commit | a44090a3c1a221eca806f399b0355811f89a0f13 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Sat Sep 12 22:04:49 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Sep 12 22:04:49 2020 +0000 |
tree | 024346cc76ab1f4bfa5382c5e0733f4ec4aa606b | |
parent | 7e7b0e574b21b36e296abb50be456159f5cb0994 [diff] | |
parent | a7e0531213838b59f622bfa1cdfbaad985135e1f [diff] |
Merge remote-tracking branch 'aosp/upstream' am: 60bb204d8f am: a488647fa1 am: a7e0531213 Original change: https://android-review.googlesource.com/c/platform/build/blueprint/+/1426208 Change-Id: I70dd28746bb4df287672180c59810f4ab496cf72
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.