commit | c884046c0aece9164a441ab0e123a11f83cd123f | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Thu Dec 27 13:08:48 2018 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Thu Dec 27 13:08:48 2018 -0800 |
tree | e156ae3c353a56382c9aaaa81ee166f7afbbc725 | |
parent | 6af6da91805aafef3b307df7d7429c160f7f36dc [diff] | |
parent | d2079417c165546d8146a763518404943652b8ca [diff] |
Merge branch 'master' of https://github.com/google/blueprint into 20181226165820 am: d2079417c1 Change-Id: Ifdd89ad69a287ec9acfbac89997512cc6ec6a7d7
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.