commit | 73de3148d573ccaefdb8495a08a6840b2ae11165 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Wed Feb 28 08:25:45 2018 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Wed Feb 28 08:25:45 2018 +0000 |
tree | 41c3482a1e252d81bd490abf1957db3e11ef2067 | |
parent | e8ab9a13fb724b04dacd46f2a4ad13d6834bc7f1 [diff] | |
parent | 2b8373873d5622050f4c1b37135179fe21c85f28 [diff] |
Snap for 4625912 from 2b8373873d5622050f4c1b37135179fe21c85f28 to pi-release Change-Id: I864df67893b6d5bb77fc56d0c33220985d177515
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.