commit | e3abb5ce41f6b4f8f7608a1e1a29389c30716105 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Feb 18 23:11:12 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Feb 18 23:11:12 2021 +0000 |
tree | f1cb9881c48b66c7cb8e38aa9d6ff3764b5d8080 | |
parent | 9d5b6043b5049a32571820ac5b0af2ef82779511 [diff] | |
parent | 03355656777936dbac057bd43d2d8ef65434fb59 [diff] |
Merge "Make bpfmt use exit codes even when reading from stdin." am: 0335565677 Original change: https://android-review.googlesource.com/c/platform/build/blueprint/+/1592922 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ifa0a2163ba8ffb6cc4cdd6610f24c00795079cd6
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.