commit | ba264dda4b278d5d9f179aecc1c503bf54ed63bf | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Apr 13 23:24:29 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Apr 13 23:24:29 2020 +0000 |
tree | eda60336e4cf5e89dab36ec580096677b0f320d6 | |
parent | 6f2cd91c327f8a628718056038a3d5732c752b37 [diff] | |
parent | 681e941f424b34b3a6b775eb9e0d0c0ec633e8e2 [diff] |
Merge remote-tracking branch 'goog/mirror-aosp-master' into rvc-dev am: 681e941f42 Change-Id: Ica8e69291ed3d03cb60079ba570776e7ffb6ed63
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.