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