commit | 6c9bd9ab3413499616c92a06a647b22cb96da4b1 | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jan 17 08:08:26 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jan 17 08:08:26 2020 +0000 |
tree | b2f5a40a59e84b92ea03158f099cb71392cddd05 | |
parent | 8623fab80435e7bebb7f9da44a38b6825e81c9f7 [diff] | |
parent | 450c4f565a52ffc11d2239c86ea3f4568198e8ee [diff] |
Merge "Add mappings for Go extractor." am: 450c4f565a Change-Id: I33befabb4d828c9b2a530c0b0e60fde53bc019aa
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.