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