commit | a92993f52c2f27ee414fc89b7cc668876415327a | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Sep 24 01:08:28 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Sep 24 01:08:28 2020 +0000 |
tree | cef4043d9661ebb911504b5317d9dd19587f63a2 | |
parent | a5923ae3e19f63ec792e68b0fb997d0af38810f8 [diff] | |
parent | ac498455222888c665e8d87bc1910fd990513777 [diff] |
Merge remote-tracking branch 'aosp/upstream' am: f94644fe3d am: ac49845522 Original change: https://android-review.googlesource.com/c/platform/build/blueprint/+/1435711 Change-Id: Ia8f8e01f5fe6a57452393a403456acd2323f9a00
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.