commit | 1cd0c6659981d1be12e4185b9d3323b891ae221c | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Wed Dec 06 08:37:42 2017 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Wed Dec 06 08:37:42 2017 +0000 |
tree | ea6a2938846e709b6d83f038cebf2f883b5fc5a8 | |
parent | b5259571927f6bc2a6865026989060f6c95413f5 [diff] | |
parent | 71026c7cb58d08de4900add0aa0de42360a37fac [diff] |
Snap for 4486962 from 71026c7cb58d08de4900add0aa0de42360a37fac to pi-release Change-Id: I795c25aeef5d014bae6708ed228bac4eae9d6cb8
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.