commit | aa873e1c65c28092c269b94d03b330eb2a2c1dc9 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Nov 22 13:39:58 2016 -0800 |
committer | Colin Cross <ccross@android.com> | Tue Nov 22 13:40:45 2016 -0800 |
tree | 3c2e1b7254d53eb1e5d17ec784e3d736a3f3324c | |
parent | 8c5b1d1f60fbd0517e371076a5284a27c2822623 [diff] |
Support deps and depfile properties on build statements Ninja supports deps and depfile properties specified on build statements, allow them to be specified in BuildParams. Change-Id: I46eac5571350426f1419908def21f7d042f8739a
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.