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