commit | f8f0592fa215ba0ef6d64935ec19974a318eec7d | [log] [tgz] |
---|---|---|
author | Bill Yi <byi@google.com> | Wed Oct 24 10:30:00 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Oct 24 10:30:00 2018 -0700 |
tree | 589b28e6bbf8a8f9c3d26d5b3614552a70bc21a5 | |
parent | 5cf11767fa8402deefeca9e4e3f6711642bdcbe0 [diff] | |
parent | ce07e5e424ab6c98215403ab2b447e8196cbccb3 [diff] |
[automerger skipped] Merge pi-platform-release to stage-aosp-master - DO NOT MERGE am: 87f861d737 -s ours am: ce07e5e424 -s ours Change-Id: I0b6131c959b80d7bb1c7d076ecb9b4d251d69ebb
Blueprint is a meta-build system that reads in Blueprints files that describe modules that need to be built, and produces a Ninja manifest describing the commands that need to be run and their dependencies. Where most build systems use built-in rules or a domain-specific language to describe the logic for converting module descriptions to build rules, Blueprint delegates this to per-project build logic written in Go. For large, heterogenous projects this allows the inherent complexity of the build logic to be maintained in a high-level language, while still allowing simple changes to individual modules by modifying easy to understand Blueprints files.