commit | be0010ccbbe32a8671ce4a041940ccafec6dd2f7 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri Jun 22 17:14:24 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Fri Jun 22 17:14:24 2018 -0700 |
tree | b17a88f812e2e58c9de2c9abf8299c5f4ec6b5ee | |
parent | dc9f8d5e14f9fc430c0792b1d27be9e795a05c06 [diff] | |
parent | 98310f309710777eacb21c8549b1c6187a85b8fa [diff] |
Merge remote-tracking branch 'aosp/upstream' into multiple_deps am: 98310f3097 Change-Id: I575d058422b27cda3012e14ccc1f61d2cd166a2c
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.