commit | f00506ba9bb8a6e78bae15731faf900e47825482 | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Wed Aug 14 14:07:57 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Aug 14 14:07:57 2019 -0700 |
tree | 95c4a9523457d2f0b437203e83e5646eac55f471 | |
parent | 1e499675761520ffd2bc30c2ba5c15d321753fd1 [diff] | |
parent | 9f179fcc6b0177773b584e6bd007625da2c48cfb [diff] |
[automerger skipped] DO NOT MERGE - Skip qt-dev-plus-aosp-without-vendor (5713463) in stage-aosp-master am: 8f656270df -s ours am: 23721d6ca6 am: 9f179fcc6b Change-Id: I8cc8c200776cab2ae3087abcc92f67b867b2ff47
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.