commit | 8954814fb5d6ed6e0a55c9828b6397d50adb7f09 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Mar 05 19:42:56 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Tue Mar 05 19:42:56 2019 -0800 |
tree | 4bcd21ef263fa06abceff63d69b3a86726c6bf94 | |
parent | 34c5c48468e9c86c0eeccb0dacfdead88dbe1280 [diff] | |
parent | d8000d21a919a4087f23d8a2df97a5f5ad67679d [diff] |
Merge remote-tracking branch 'aosp/upstream' into master am: d8000d21a9 Change-Id: I910f58b12fb5e8b3b08dcc207541c9ab10233bdb
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.