commit | ab003ffcee1413e21401f0b8fb74c1d57ed34a1b | [log] [tgz] |
---|---|---|
author | colincross <ccross@android.com> | Thu Jul 09 19:20:01 2020 -0700 |
committer | GitHub <noreply@github.com> | Thu Jul 09 19:20:01 2020 -0700 |
tree | a3e68f2fe682d8bcb7e6175e74aae8c43bb3a7a1 | |
parent | e635dc0568690809235cf91c10cd648fe6414c21 [diff] | |
parent | 0cdec99c81b5c3c47f61645ae56eee886a855a23 [diff] |
Merge pull request #311 from colincross/validations Add Validations support to Blueprint
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.