commit | 34c5c48468e9c86c0eeccb0dacfdead88dbe1280 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Mar 04 10:22:01 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Mon Mar 04 10:22:01 2019 -0800 |
tree | 51596eabf1da2ebf0948e2bb024c34f0129c3337 | |
parent | 8cb211b3cee8bb4907636d25fc026024546e5325 [diff] | |
parent | 2a80a36834c1b53dec5717bd3815dd1169a0f959 [diff] |
Merge remote-tracking branch 'aosp/upstream' into master am: 2a80a36834 Change-Id: Icae8e6316a18cfb42da278008e77f8d5c86e42e3
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.