commit | d8494be0a89f83fd768d100588d4a74bf9be5b1a | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri Feb 15 19:19:10 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Fri Feb 15 19:19:10 2019 -0800 |
tree | 45b33af67de2c316d69bdc6098f60db6a6d57902 | |
parent | 676fb278d84f1959034873860eea1263f1b4ddc1 [diff] | |
parent | 1387a00b5f8354a60dc0b77c7a51137d3c96ac08 [diff] |
Merge remote-tracking branch 'aosp/upstream' into master am: 1387a00b5f Change-Id: I8551374e9a820c9a7486dfdddaea40442718a74a
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.