commit | 5d4b9d8fde373dad3f31d976fe3b48d1a026128e | [log] [tgz] |
---|---|---|
author | Jeff Gaston <jeffrygaston@google.com> | Tue May 16 17:39:37 2017 -0700 |
committer | Jeff Gaston <jeffrygaston@google.com> | Tue May 23 17:51:44 2017 -0700 |
tree | bc4fde53428282078c05ed7e1176d9cbdaea97f2 | |
parent | d1d60e77072e911cd0bc28b9b8cd3f2a4a5ec668 [diff] |
Some util functions to support bpfix Change-Id: If53f696fbe937e007b902434f62d0d92435846dd
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.