commit | 522275fb15c74a4c138c8c5f072d4ff596856e56 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Oct 24 20:08:46 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Oct 24 20:08:46 2018 -0700 |
tree | 575217b88d4dcaa04d4ea222fc342c926645a8fa | |
parent | ce07e5e424ab6c98215403ab2b447e8196cbccb3 [diff] | |
parent | a12b4c3d45216ea157f9ff136e7e643e30ca68f8 [diff] |
Merge remote-tracking branch 'aosp/upstream' into master am: bb465da5f9 am: a12b4c3d45 Change-Id: I3c8a983644d312b31a9a1a0e43117108b8bebf77
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.