commit | e09509592d34f4491a371045c218fdf2bfbccd0d | [log] [tgz] |
---|---|---|
author | colincross <ccross@android.com> | Thu Jan 28 10:28:04 2021 -0800 |
committer | GitHub <noreply@github.com> | Thu Jan 28 10:28:04 2021 -0800 |
tree | 8b3db2eb0d71a7a734bdfcaa2730a98da2a6cbb3 | |
parent | 22343ff42c4443ce84f86f147c46bf4200b0acd5 [diff] | |
parent | 1ac43bd65a55065fc9803af51344baa9d7fdff87 [diff] |
Merge pull request #338 from francois-berder/optimize-hastag Optimize HasTag function
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.