commit | 4a68cb4a10ee112ca817a5a78ef371d5c43f29ae | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Jul 03 20:08:47 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jul 03 20:08:47 2019 -0700 |
tree | be22baa00360d4918731169d0365a2935bbd615f | |
parent | 8524c452be4acf9143b534756f3a1e7312a3232a [diff] | |
parent | de86c3371742cff3758005de39c3b823e9946152 [diff] |
Merge remote-tracking branch 'aosp/upstream' into master am: d6d76f814e am: de86c33717 Change-Id: I6ead820ad31486a3ab28e165480b41e93684a853
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.