commit | de4ba79f4353f8416f66b59030f040d15ef41b7b | [log] [tgz] |
---|---|---|
author | Jeff Gaston <jeffrygaston@google.com> | Wed Nov 29 23:19:17 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Nov 29 23:19:17 2017 +0000 |
tree | 0291d8b85b9c6743e0522102ae43cd6a32f31a3c | |
parent | 68b9247f83e5bfcc988b262434120879bd786969 [diff] | |
parent | ac1a82367f4662c09e126bbd5601aa6c8c74ac86 [diff] |
Merge remote-tracking branch 'aosp/upstream' into master am: 058a24de5b am: ed71d7ae27 am: ac1a82367f Change-Id: I138c51a1fb0af04c6ea1d251c4fff976edc3732a
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.