commit | 7e8c766ab86beb0207d94b907580dfbdf7015194 | [log] [tgz] |
---|---|---|
author | colincross <ccross@android.com> | Thu Oct 17 15:51:43 2019 -0700 |
committer | GitHub <noreply@github.com> | Thu Oct 17 15:51:43 2019 -0700 |
tree | 72b86b1da1996672aa56b8da2e8301cd9f0cae3d | |
parent | 2f55f24c4634f81dbe8c104f86f9c3d7ac95373f [diff] | |
parent | 16fec72dfc0ea8ed90c50fedd78176575e09a5ee [diff] |
Merge pull request #267 from colincross/maindir Move outputs of bootstrap modules in main stage to separate directory
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.