commit | 1387a00b5f8354a60dc0b77c7a51137d3c96ac08 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri Feb 15 17:17:15 2019 -0800 |
committer | Colin Cross <ccross@android.com> | Fri Feb 15 17:17:31 2019 -0800 |
tree | 45b33af67de2c316d69bdc6098f60db6a6d57902 | |
parent | e2f3158478c0eeb1cda93f43ffa1dc00b3bd1998 [diff] | |
parent | 58edc0fa5c9ee1717c0fd3b783c34f7270b1e598 [diff] |
Merge remote-tracking branch 'aosp/upstream' into master * aosp/upstream: Support examples as tests Test: m checkbuild Change-Id: Iee685124952a1e7c1bf1fe33ebfcb249b3ffbe69
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.