commit | e09f8a48e856539377c4e4453685a1a04b4e6231 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Sep 22 23:51:08 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Sep 22 23:51:08 2020 +0000 |
tree | 3607c76bf4ab6d75e2a598e120ad393f49df8568 | |
parent | a488647fa10a5a9d1c1e09e6b6b8195ead07f55b [diff] | |
parent | f38eda59a87c53c914cd5e68e09d31026674c34c [diff] |
Merge remote-tracking branch 'aosp/upstream' am: f38eda59a8 Original change: https://android-review.googlesource.com/c/platform/build/blueprint/+/1434328 Change-Id: I887667972e15d635b54e6f17b89fa5d9a399096f
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.