commit | 747044d8f8df84802f1be6e0699cc94f154697d6 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Oct 08 17:36:49 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Mon Oct 08 17:36:49 2018 -0700 |
tree | 64fcca9fc8ea3a570e88570432868f7fcbc0dc2b | |
parent | 437ec3f6c9b59ac5b102bd9f9f04bdfddddaa53c [diff] | |
parent | 70282be791a3d1f326b132d43150569e592fc0c9 [diff] |
Merge remote-tracking branch 'aosp/upstream' into master am: 70282be791 Change-Id: I0997cd62eed4cb45eed57a6bea08f5bca7cb6389
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.