commit | 68cc27f0656937c44284bd7bddb6efb117588322 | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Mon May 25 13:05:53 2020 -0700 |
committer | Linux Build Service Account <lnxbuild@localhost> | Mon May 25 13:05:53 2020 -0700 |
tree | dbfd1d5ee869a48a0a5b291160eeec9a6f6052d4 | |
parent | bfa5904423e5dffcafad01b61eff4601183b5b70 [diff] | |
parent | 1a25841ca873bd22550cf7d5a651b7a88df03ed7 [diff] |
Merge 1a25841ca873bd22550cf7d5a651b7a88df03ed7 on remote branch Change-Id: I38234ebcd25cb4e98ceb4970c05fe27abb76f712
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.