commit | 8d7c363c122279d84ef179ddd31ce0a1cdf63525 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Mar 05 19:49:58 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Tue Mar 05 19:49:58 2019 -0800 |
tree | 4bcd21ef263fa06abceff63d69b3a86726c6bf94 | |
parent | 065ac47e03d1d10e3a1be4c9c9236630c635d76b [diff] | |
parent | 8954814fb5d6ed6e0a55c9828b6397d50adb7f09 [diff] |
Merge remote-tracking branch 'aosp/upstream' into master am: d8000d21a9 am: 8954814fb5 Change-Id: I02af9bbf9959d0aeac0bc6021acd52f96e4c51e3
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.