commit | a722dcff9a9737f95c5b3c9ac8f86d265a5df460 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri Jan 10 09:37:47 2020 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Fri Jan 10 09:37:47 2020 -0800 |
tree | 74cca45317fd3463dc6a4d90fd41f20198f2b5b2 | |
parent | 2ad0aebc37e0676caf87912ae8d0a2c8493950dc [diff] | |
parent | 40e4d10377ff21dea56a0d4040c1d44c4cb78d49 [diff] |
Merge remote-tracking branch 'aosp/upstream' into master am: 40e4d10377 Change-Id: I0c0849f3f7a9de20def3dccd401b17191f422807
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.