commit | 54b767c8c8dd81634020ecfc055251bd292a6f2d | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Jun 03 22:35:01 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Mon Jun 03 22:35:01 2019 -0700 |
tree | 22f9283250d7565be1673ec02c995bdee00e328a | |
parent | 4cc6c5f58ccebdb2876d9cf1a2b6e6b4371048ce [diff] | |
parent | e23ee0819d1c7ca31a677a7111eb2d41ae8916f2 [diff] |
Merge remote-tracking branch 'aosp/upstream' into update am: e23ee0819d Change-Id: I0f72e4259402164074638b617aa30bf4d8b9a27e
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.