commit | 75774eaa990feee71a0fd3a8fda6ff261725c587 | [log] [tgz] |
---|---|---|
author | Jaewoong Jung <jungjw@google.com> | Fri Mar 08 16:12:50 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Fri Mar 08 16:12:50 2019 -0800 |
tree | 35bb65b109d2ff420b62f8c162b4514ce15b735c | |
parent | 2cab480e587373be293104cb35ebff68d9ccea8b [diff] | |
parent | 428ebae61ac78ce5b25a777db4a02a5b3f6db927 [diff] |
Merge remote-tracking branch 'upstream/master' into master am: 9e75985c0d am: 428ebae61a Change-Id: I364846812e0240559fabef896fcee790a8621a8f
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.