commit | 9ad3a14e17238527c3ce466c8a10a93186f2ff96 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Jul 22 15:56:23 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Mon Jul 22 15:56:23 2019 -0700 |
tree | 22e2bee6e2b0f30bd1bf10a95d50452e1686045b | |
parent | 4a68cb4a10ee112ca817a5a78ef371d5c43f29ae [diff] | |
parent | 247f010e2d0c09b283ed2941020e6e565b77929a [diff] |
Merge remote-tracking branch 'aosp/upstream' into master am: c23756ff58 am: 247f010e2d Change-Id: I9b8575022762a92315c9419af225db6ecc5f82ec
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.