commit | 764d29e7960efcad3fad5a826332cdea43149212 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Feb 24 01:17:47 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Feb 24 01:17:47 2021 +0000 |
tree | 47d110b0c409ce25f4aeb6d3cff9888f1285c182 | |
parent | f4c3ff67bab1f285910c974d36158c6815dd457a [diff] | |
parent | 747b95206b31ac9778d919eb5f6a1ee11d9d388d [diff] |
Add preupload hooks to build/blueprint am: 747b95206b Original change: https://android-review.googlesource.com/c/platform/build/blueprint/+/1602333 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Id329902522927d6fa678b17b10753a6f948523c4
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.