commit | e7a26ff65ae7cf3f2a2699539413394308000e5e | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@google.com> | Mon Jan 26 15:07:06 2015 -0800 |
committer | Colin Cross <ccross@android.com> | Wed Feb 04 11:23:46 2015 -0800 |
tree | 7825051b4dd8acc17ddb00b15f78edcc0cb9ee14 | |
parent | c4b691f2fb3e4ecbdd10244e705098602c945533 [diff] |
Add overall Blueprint documentation Change-Id: I27f0f010c32b3abe0107e69af830716ab728485a
Blueprint is a meta-build system that reads in Blueprints files that describe modules that need to be built, and produces a Ninja (http://martine.github.io/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 langauge 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.