commit | 23721d6ca6f8a7d555692f208d29b3a546f36c26 | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Wed Aug 14 13:17:58 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Aug 14 13:17:58 2019 -0700 |
tree | 95c4a9523457d2f0b437203e83e5646eac55f471 | |
parent | cd444504576b3f44b1c8ac90d684521c55d93fa2 [diff] | |
parent | 8f656270df6deda5137e6429b017762b033d2380 [diff] |
[automerger skipped] DO NOT MERGE - Skip qt-dev-plus-aosp-without-vendor (5713463) in stage-aosp-master am: 8f656270df -s ours am skip reason: subject contains skip directive Change-Id: Icac25c09de5cacb4316941906e37c1fafa630a66
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.