commit | a02b6b638f981a7103d9a25105cfd54be968c496 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri Jan 10 11:13:47 2020 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Fri Jan 10 11:13:47 2020 -0800 |
tree | 74cca45317fd3463dc6a4d90fd41f20198f2b5b2 | |
parent | af62d3584948ba222ced48a897832d104a7bb9b6 [diff] | |
parent | cd0c3da180b8252ac2360b4b7d69dfc20c5f0ddb [diff] |
Merge remote-tracking branch 'aosp/upstream' into master am: 40e4d10377 am: a722dcff9a am: cd0c3da180 Change-Id: I60cdc44f388a70cee032e888b263f3fda09ac199
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.