commit | a44efcf6981a773e1914040c37deb3e87d2eceff | [log] [tgz] |
---|---|---|
author | Nan Zhang <nanzhang@google.com> | Mon Nov 06 22:01:12 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Mon Nov 06 22:01:12 2017 +0000 |
tree | 5dd2d1abd4eb00dc2cc8ab0647432d6e6fa390b8 | |
parent | 4eb8b40904173dd12b6adf2ac630b03fb0840d3b [diff] | |
parent | 305e1679a63c95b7ac307dc89f693bf934f1c4cb [diff] |
Merge remote-tracking branch 'aosp/upstream' into integer am: 305e1679a6 Change-Id: If991c191ae4b094caed8a15328bd4af84b239824
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.