commit | 18efe1bc65890bf96391601b46cd96ade4d7d7f1 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri Sep 06 16:06:50 2019 -0700 |
committer | Colin Cross <ccross@android.com> | Fri Sep 06 16:07:24 2019 -0700 |
tree | b197749387caffe3fa1c42a921cdf8039129984a | |
parent | 979da91acc5f45d8968d4126f613d467755612a4 [diff] | |
parent | 87050d932769bb537d9546983c82ecce219cd7b2 [diff] |
Merge remote-tracking branch 'aosp/upstream' * aosp/upstream: Fix compiling binaries with go 1.13 Test: treehugger Change-Id: Ib600e4a950ed5a0c163946a023f70a611eaad696
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.