commit | 1af3e35bdd822271b67562c8fda0f7f5efaac3bc | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Mar 04 10:30:04 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Mon Mar 04 10:30:04 2019 -0800 |
tree | 51596eabf1da2ebf0948e2bb024c34f0129c3337 | |
parent | 68a4367c51379344689db76660a851f54cc78579 [diff] | |
parent | 065ac47e03d1d10e3a1be4c9c9236630c635d76b [diff] |
Merge remote-tracking branch 'aosp/upstream' into master am: 2a80a36834 am: 34c5c48468 am: 065ac47e03 Change-Id: I66e1a1185d9974800db097298cfe2443759d2193
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.