commit | 17ffc6bb8d46c74847db7eb339f4073cebf2429a | [log] [tgz] |
---|---|---|
author | Jaewoong Jung <jungjw@google.com> | Fri Mar 08 16:21:36 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Fri Mar 08 16:21:36 2019 -0800 |
tree | 35bb65b109d2ff420b62f8c162b4514ce15b735c | |
parent | 65baa5ec75bbfce0f26c88ceafbfbf58290299ba [diff] | |
parent | 75774eaa990feee71a0fd3a8fda6ff261725c587 [diff] |
Merge remote-tracking branch 'upstream/master' into master am: 9e75985c0d am: 428ebae61a am: 75774eaa99 Change-Id: Ife31fc8f56e80261ebb7583b359f7d88f10f5ce1
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.