commit | 8f71fd97b97c23e1aa6a28964874e905b3e47b03 | [log] [tgz] |
---|---|---|
author | Jaewoong Jung <jungjw@google.com> | Wed Feb 13 20:30:20 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Wed Feb 13 20:30:20 2019 -0800 |
tree | 25daaaa9bccc5d2f62fcd312df32f1b6d91c1259 | |
parent | 744502f1a9f443cc640db1f95990ac4a1e780046 [diff] | |
parent | 676fb278d84f1959034873860eea1263f1b4ddc1 [diff] |
Merge remote-tracking branch 'aosp/upstream' am: e2f3158478 am: 676fb278d8 Change-Id: I235560fd50d31cbc2877fcb24dfd727677a5cf91
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.