commit | f46eed3e5d645753c49fce941a10d275d834fdb0 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Jan 28 17:20:33 2020 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Tue Jan 28 17:20:33 2020 -0800 |
tree | 01a7d69c71160cf3fef977f1e60ce00f404ba92a | |
parent | 2e9dbb516b9c506eeeb4c2b8102bb724f0966350 [diff] | |
parent | 5b1a877f0a18a55cab0142e90155fdbb488ff9ca [diff] |
Merge remote-tracking branch 'aosp/upstream' into master am: 5b1a877f0a Change-Id: I10ba0c1a4aa766b65d39a384b900924cad6fa437
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.