commit | 676fb278d84f1959034873860eea1263f1b4ddc1 | [log] [tgz] |
---|---|---|
author | Jaewoong Jung <jungjw@google.com> | Wed Feb 13 20:14:58 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Wed Feb 13 20:14:58 2019 -0800 |
tree | 25daaaa9bccc5d2f62fcd312df32f1b6d91c1259 | |
parent | 2a391f2ed70b43d48ca2da44f2dad6d6faab3a36 [diff] | |
parent | e2f3158478c0eeb1cda93f43ffa1dc00b3bd1998 [diff] |
Merge remote-tracking branch 'aosp/upstream' am: e2f3158478 Change-Id: I922e5c2661b439c6a890a35a20ba7a72f834ffd2
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.