commit | 792b384412b6683359381b7eaa5a7a059a3f2dc9 | [log] [tgz] |
---|---|---|
author | Jaewoong Jung <jungjw@google.com> | Fri Nov 15 11:12:53 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Fri Nov 15 11:12:53 2019 -0800 |
tree | f36c6751f922cf9194c169f0326f8593558bfe59 | |
parent | 71a8105b9ff8ae593629062ddc718dc039a09b45 [diff] | |
parent | 24f0b26d9029b6ed0e3cbc1ad7ec18eb6abb5bff [diff] |
Merge remote-tracking branch 'upstream/master' into merge am: 24f0b26d90 Change-Id: Id11e01ecac6b061e28b54657cdc39e70d9b770d3
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.