commit | f38eda59a87c53c914cd5e68e09d31026674c34c | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Sep 22 11:05:03 2020 -0700 |
committer | Colin Cross <ccross@android.com> | Tue Sep 22 11:05:03 2020 -0700 |
tree | 3607c76bf4ab6d75e2a598e120ad393f49df8568 | |
parent | 60bb204d8f5c88b77f95c2f80e200241a87dd311 [diff] | |
parent | 66fa73dd6e22839346531e341b2ca80726ab0979 [diff] |
Merge remote-tracking branch 'aosp/upstream' * aosp/upstream: Return dependency modules from dependency-adding methods. Support pausing parallelVisit Test: m checkbuild Change-Id: I5a01454e5d66d8fe00ef2f363d0fcbcfcee9fef9
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.