commit | 1e649618d219821c4ffb521ef7ba029b0037ece3 | [log] [tgz] |
---|---|---|
author | Jingwen Chen <jingwen@google.com> | Mon Oct 19 20:18:15 2020 -0400 |
committer | Jingwen Chen <jingwen@google.com> | Mon Oct 19 20:18:15 2020 -0400 |
tree | 3a060696204e5434003e7e54707d31f787a04adc | |
parent | 0e42907d7ad2bf4cd652ca07d14baa0262eb50ab [diff] | |
parent | ed35255ecaac9bd2a7837d2164178ec567a02159 [diff] |
Merge remote-tracking branch 'upstream/master' into update-upstream * upstream/master: Add support for symlink_outputs to Blueprint Add CODEOWNERS: @google/blueprint Change-Id: I15ced72d913a6dc0b6d60b4772bcefb415a63537
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.