commit | 2ad0aebc37e0676caf87912ae8d0a2c8493950dc | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Jan 06 14:48:45 2020 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Mon Jan 06 14:48:45 2020 -0800 |
tree | 2b3a6b55613f363d1165b2c4e432cec86f258621 | |
parent | cfcbd29e86b51deeabed5ba7783ad43a3c714c2f [diff] | |
parent | 86286b9ac935c3d81d81044cc10d0d436ad09029 [diff] |
Merge remote-tracking branch 'aosp/upstream' into master am: 86286b9ac9 Change-Id: I7de707e2e39e3159e37da789ba65fb7d5f78e45a
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.