commit | 144c702cab091c650f5eb4e87cdc6fdfc0de9f88 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri Jun 22 17:18:26 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Fri Jun 22 17:18:26 2018 -0700 |
tree | b17a88f812e2e58c9de2c9abf8299c5f4ec6b5ee | |
parent | 8e6770cc009204cb352f1f84666ca4ebee0aa5fa [diff] | |
parent | be0010ccbbe32a8671ce4a041940ccafec6dd2f7 [diff] |
Merge remote-tracking branch 'aosp/upstream' into multiple_deps am: 98310f3097 am: be0010ccbb Change-Id: Ide6e1d0a376d144844ac197a4c122bafbeccf437
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.