commit | ad63e18efeea6eff2457abf0c56229f4c28afbb1 | [log] [tgz] |
---|---|---|
author | colincross <ccross@android.com> | Wed Sep 09 15:01:12 2020 -0700 |
committer | GitHub <noreply@github.com> | Wed Sep 09 15:01:12 2020 -0700 |
tree | d44991d71986971102251c73d018c511ba32a1a5 | |
parent | 34e8ddd0a55ee48352bf3d81fe6e65a17a78eaaf [diff] | |
parent | d2458a23bf292a5d9707ff0971855201f58dc841 [diff] |
Merge pull request #320 from colincross/bootstrap_variants Enable variants of bootstrap modules
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.