commit | 70f07a8952f629a01e26b23a32ac62d0949be5a8 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Sep 20 23:22:58 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Sep 20 23:22:58 2017 +0000 |
tree | d6365d153fb5abc15a3e1c647dd358fc05c87208 | |
parent | fa65d1d544baec97950f83ff98a904857ced4d4b [diff] | |
parent | ac45bd1ea824a274d9347f3d01671d959065ac15 [diff] |
Merge remote-tracking branch 'aosp/upstream' into master am: ac45bd1ea8 Change-Id: I0c9624283728dd43c06b3609178b080f1d0228fe
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.