commit | 2cab480e587373be293104cb35ebff68d9ccea8b | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Mar 07 11:27:58 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Thu Mar 07 11:27:58 2019 -0800 |
tree | f3dc11476bb5e8fa9476c9bbed170ea900a970ab | |
parent | 8d7c363c122279d84ef179ddd31ce0a1cdf63525 [diff] | |
parent | fe4eb94eb07216b6ce65d5495bfa04875d0e18b9 [diff] |
Merge remote-tracking branch 'aosp/upstream' into master am: ba03162726 am: fe4eb94eb0 Change-Id: I3d1be2ddb41257175482d8042750be8d43f93bfb
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.