commit | 03d3ee51f62c8453ed5d034579fc10a9ec4bd896 | [log] [tgz] |
---|---|---|
author | colincross <ccross@android.com> | Tue Mar 03 14:31:17 2020 -0800 |
committer | GitHub <noreply@github.com> | Tue Mar 03 14:31:17 2020 -0800 |
tree | 5e4feade45b259c711a18dad263e6101c3eb7600 | |
parent | 86497ca7956b690a08a6e93ffe09e9dd18866cce [diff] | |
parent | ab0a83f09cc228decb7e1647e97e5ba47b30fc3b [diff] |
Merge pull request #287 from colincross/mutator_ninja_file_deps Fix missing dependencies from mutators
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.