commit | 28cb7d054c1c278048d6350258b46f99bdd578d2 | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Tue Nov 24 00:10:16 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Nov 24 00:10:16 2020 +0000 |
tree | 60ea60c297f47c2b26082c8b2de1771618475831 | |
parent | aed8eb35dedb412bf7c57143f714cd1df898378b [diff] | |
parent | 96e94e8469163f0b488cdce405f5a9513f1f2683 [diff] |
Mark ab/6881855 as merged am: 96e94e8469 Original change: https://googleplex-android-review.googlesource.com/c/platform/build/blueprint/+/13111881 Change-Id: Ieffbfc154c2fa1843d20f210375a00277ef3fa61
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.