commit | 261a3ccff1e0638dadd42eeb3a39da65daa1f207 | [log] [tgz] |
---|---|---|
author | Lukacs T. Berki <lberki@google.com> | Thu Mar 18 09:13:43 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Mar 18 09:13:43 2021 +0000 |
tree | c885819fdf16f56984c7fd1e2d0cd64b11f86b1c | |
parent | 1c633d832c74fb7278dd0307148c4af67d61993e [diff] | |
parent | 07a91f072c8e8c78b21f792a6f40f038ae22945f [diff] |
Add a flag to compile Go code for debugging. am: 07a91f072c Original change: https://android-review.googlesource.com/c/platform/build/blueprint/+/1642084 Change-Id: Ibc7e3fe6d4ff58b2e7561602c5cc2656e36e816b
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.