commit | 28ffaa251a1b798f550a1d81138547e04e09140a | [log] [tgz] |
---|---|---|
author | Jeff Gaston <jeffrygaston@google.com> | Tue Dec 05 03:54:41 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Dec 05 03:54:41 2017 +0000 |
tree | 7d6440c1524f0fb5bdbb1a074b31335a62a13fd1 | |
parent | ed71d7ae27635239f23020946049ddb36667b5b7 [diff] | |
parent | 20eab856abb6d44bdf7fdbef42f2494c0be4d19c [diff] |
Merge remote-tracking branch 'aosp/upstream' into master am: 20eab856ab Change-Id: I0f3e1f63a2a062608a4466609c7082845900b07b
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.