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