commit | cd444504576b3f44b1c8ac90d684521c55d93fa2 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri Aug 09 20:38:48 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Fri Aug 09 20:38:48 2019 -0700 |
tree | 95c4a9523457d2f0b437203e83e5646eac55f471 | |
parent | 9ad3a14e17238527c3ce466c8a10a93186f2ff96 [diff] | |
parent | 076915c7daae463fd7190d8082788ef6efe5c4ed [diff] |
Merge remote-tracking branch 'aosp/upstream' into master am: 1a01946bf1 am: 076915c7da Change-Id: I71b8d955ef0206ac0768fff12161e55729abbc98
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.