commit | 4fd7ad26c221ecfe1844c99044e56e380c3a364f | [log] [tgz] |
---|---|---|
author | Patrice Arruda <patricearruda@google.com> | Fri Mar 08 18:10:11 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Fri Mar 08 18:10:11 2019 -0800 |
tree | d86bacf48300844a69e546c5008d40094b8d4ec4 | |
parent | 428ebae61ac78ce5b25a777db4a02a5b3f6db927 [diff] | |
parent | 8610dfd44168b5dc5236e96440713fcc021cf6d3 [diff] |
Merge remote-tracking branch 'aosp/upstream' into merge_upstream am: 8610dfd441 Change-Id: I14122e616dc1c4dde85264933f91144c7170eb88
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.