commit | ee9fe36a1c2704dbf4e13e7ded56b8eb60c8590e | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Jan 20 22:14:03 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Jan 20 22:14:03 2021 +0000 |
tree | 984242363beb933a966f22b40f0f73b599b5e94d | |
parent | 9492c29702eac3112871d42c6978ccbe9c895d66 [diff] | |
parent | 92ca1968cf2931f7a429c24a5804f4eb9dcb0469 [diff] |
Merge remote-tracking branch 'aosp/upstream' am: 92ca1968cf Original change: https://android-review.googlesource.com/c/platform/build/blueprint/+/1554574 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I4f5d18359f76614010b0f7c87ab92f644e388f92
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.