commit | 743261c07ee9535f16ae88e305d407332e781fad | [log] [tgz] |
---|---|---|
author | colincross <ccross@android.com> | Thu Jun 11 16:34:45 2020 -0700 |
committer | GitHub <noreply@github.com> | Thu Jun 11 16:34:45 2020 -0700 |
tree | f3423c14135cf0d1f4f976f69e103e55adf1d8ef | |
parent | 1160e9826f9044e95d11d2b1b5a39de79269ba6a [diff] | |
parent | bae4de9f16827d6af295940eda66119b0bd34d0d [diff] |
Merge pull request #303 from colincross/blueprint_tests Revert changes that broke the build or tests
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.