commit | ed71d7ae27635239f23020946049ddb36667b5b7 | [log] [tgz] |
---|---|---|
author | Jeff Gaston <jeffrygaston@google.com> | Wed Nov 29 23:10:47 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Nov 29 23:10:47 2017 +0000 |
tree | 0291d8b85b9c6743e0522102ae43cd6a32f31a3c | |
parent | 4bac3b0e8f564d14d602ddf5d5fa1beb84f06999 [diff] | |
parent | 058a24de5b93b58f8a74891d54edd117d98ad6ab [diff] |
Merge remote-tracking branch 'aosp/upstream' into master am: 058a24de5b Change-Id: Ic63d43338cd6ca74a01d29727065c4a3e13e2f48
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.