commit | fb52eb9a1aef8f38487943c1996be815e75bc118 | [log] [tgz] |
---|---|---|
author | Jeff <mathjeff@users.noreply.github.com> | Tue Nov 21 12:21:31 2017 -0800 |
committer | GitHub <noreply@github.com> | Tue Nov 21 12:21:31 2017 -0800 |
tree | 58a8c6eb71bc087b7b7b697451635cb59d1c0b3d | |
parent | 7ab9124b2775f951f96ecea4203913709238c3c4 [diff] | |
parent | 9f63090a4c951cb97c443d3a41c0c0d953999b59 [diff] |
Merge pull request #187 from mathjeff/android-bp-tests Support files named Android.bp in tests
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.