commit | eecfdd316b0292a0a28f67bfcbcf1109359aec92 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Jan 21 18:28:20 2021 -0800 |
committer | Colin Cross <ccross@android.com> | Thu Jan 21 18:28:20 2021 -0800 |
tree | 876c3b2f43ed15217fd28a55921c460221163a80 | |
parent | e7bc78aa7bea2b4f62e586a495213d229f43b318 [diff] | |
parent | bcd5686660315df6ee5540a2d8647ddf6123545a [diff] |
Merge remote-tracking branch 'aosp/upstream' * aosp/upstream: Return a copy of glob lists Test: m checkbuild Test: m nothing && m nothing Change-Id: Ie015670828f3d6e0bf4fa22580cb7254966a2c82
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.