commit | 437ec3f6c9b59ac5b102bd9f9f04bdfddddaa53c | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri Sep 28 17:32:42 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Fri Sep 28 17:32:42 2018 -0700 |
tree | 0307de221fe35e3039115172dcc50c2003828622 | |
parent | db9936e0705f523c2405e6cb1ce3fdff84061098 [diff] | |
parent | 89a7d24831ea7dbafc53fdffe8124c6a35a2ece8 [diff] |
Merge remote-tracking branch 'aosp/upstream' into master am: 89a7d24831 Change-Id: Ieb10f65251f44effc1dc95ef5d94441027522e08
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.