commit | 4943ca6edc0f436e7f7ad5f9bc40e34a92138de0 | [log] [tgz] |
---|---|---|
author | Liz Kammer <eakammer@google.com> | Tue Oct 06 22:09:53 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Oct 06 22:09:53 2020 +0000 |
tree | 454378e5e82386dc7d6f636da04a011a5e6cfa57 | |
parent | ac498455222888c665e8d87bc1910fd990513777 [diff] | |
parent | 18f643090fbb921749204961efd197870df1d487 [diff] |
Add blueprint owners: joeo, eakammer, patricearruda am: 18f643090f Original change: https://android-review.googlesource.com/c/platform/build/blueprint/+/1450855 Change-Id: I9034ce9ee26e1c9b8fe68f6df3faaca0e347154b
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.