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