commit | e635dc0568690809235cf91c10cd648fe6414c21 | [log] [tgz] |
---|---|---|
author | colincross <ccross@android.com> | Tue Jun 30 09:37:59 2020 -0700 |
committer | GitHub <noreply@github.com> | Tue Jun 30 09:37:59 2020 -0700 |
tree | cc65f9f1e3c1a37c3d18b8db6c3facd48224cd34 | |
parent | fe13954f3c5cfdb59740060567a86b1f662d377c [diff] | |
parent | 8969cb61708873ceeae5c70420de563aecad7ffa [diff] |
Merge pull request #307 from paulduffin/master Add ReplaceDependeciesIf to allow for conditional replacement
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.