commit | 9492c29702eac3112871d42c6978ccbe9c895d66 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Dec 14 22:27:39 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Dec 14 22:27:39 2020 +0000 |
tree | b1bec8ecc80e846fed1d68973154c19c6a7aa8ae | |
parent | 14e63c229f8afd61d39c69a30353bcf242ea47e4 [diff] | |
parent | 52176e98518be598f45b6ec278d5c392a5a43acb [diff] |
Merge remote-tracking branch 'aosp/upstream' am: 52176e9851 Original change: https://android-review.googlesource.com/c/platform/build/blueprint/+/1527662 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I836eb4971d005de6ca9144ea248790a0e5e86398
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.