commit | a028bf49ba0446d3d59a74598b88b09879392576 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Aug 10 13:01:51 2016 -0700 |
committer | Colin Cross <ccross@android.com> | Wed Aug 10 16:31:35 2016 -0700 |
tree | 1deffc82d88a830ea8b1b19a28188a21451bf2c5 | |
parent | 1c1ec45ebb66c6932435223097cdeeaa4d9f8674 [diff] |
Fix gofmt Change-Id: I27b918b801dec25a85e65f88ab90331382ee1ec3
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.