commit | 65baa5ec75bbfce0f26c88ceafbfbf58290299ba | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Mar 07 12:06:35 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Thu Mar 07 12:06:35 2019 -0800 |
tree | f3dc11476bb5e8fa9476c9bbed170ea900a970ab | |
parent | bdec5d9c71a992a3fa551ec05b9e52a6d7ce3e37 [diff] | |
parent | 2cab480e587373be293104cb35ebff68d9ccea8b [diff] |
Merge remote-tracking branch 'aosp/upstream' into master am: ba03162726 am: fe4eb94eb0 am: 2cab480e58 Change-Id: Idfe38c5264315c2a63a8d237c88312f3419bc0ba
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.