commit | bdec5d9c71a992a3fa551ec05b9e52a6d7ce3e37 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Mar 05 20:06:32 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Tue Mar 05 20:06:32 2019 -0800 |
tree | 4bcd21ef263fa06abceff63d69b3a86726c6bf94 | |
parent | 1af3e35bdd822271b67562c8fda0f7f5efaac3bc [diff] | |
parent | 8d7c363c122279d84ef179ddd31ce0a1cdf63525 [diff] |
Merge remote-tracking branch 'aosp/upstream' into master am: d8000d21a9 am: 8954814fb5 am: 8d7c363c12 Change-Id: Ia645d5f450d1983945ca4536142c2f78db58475f
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.