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