commit | 365bc6b3ea229a5fd3ee47f6cbe4fde2f7440164 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Aug 08 11:21:09 2016 -0700 |
committer | Colin Cross <ccross@android.com> | Mon Aug 08 17:26:57 2016 -0700 |
tree | 7b79049297529fa379915d98697136cf02256f51 | |
parent | d7b0f60802a5ab4310e169c17495f32856a850c9 [diff] |
Add tests for Visit* Change-Id: I52505ee4e23ec8b1c5763b3216788e999de9c8d3
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.