commit | a12f22fb695d20abfdceea360ca0e37901bee631 | [log] [tgz] |
---|---|---|
author | Jeff Gaston <jeffrygaston@google.com> | Tue Aug 08 14:45:56 2017 -0700 |
committer | Jeff Gaston <jeffrygaston@google.com> | Mon Oct 30 15:00:19 2017 -0700 |
tree | 96b8d378b79a49aef880c08459486049bd4ddcf7 | |
parent | 5f763d05115af3b9dd7b27a1b5a7f9463ef8c617 [diff] |
Move parseOne for readability Bug: 64363847 Test: m -j Change-Id: Ie3e973dadbff139def127b0bb05c57bafb79165b
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.