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