commit | bb689ff5eda40bdcd5be7ebb0dee7f17161dfa37 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Wed Dec 13 08:23:58 2017 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Wed Dec 13 08:23:58 2017 +0000 |
tree | 839af2c6405366a9951c0eb6bcf616a33e982de6 | |
parent | 1cd0c6659981d1be12e4185b9d3323b891ae221c [diff] | |
parent | 84d833aec147f97a7d35716f7577ba99e0dd9d3c [diff] |
Snap for 4500033 from 84d833aec147f97a7d35716f7577ba99e0dd9d3c to pi-release Change-Id: Ia3378e0737c19e35475b5a2da53ab648a2735cb0
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.