commit | a434cda92c7ccac0add75ecc9b6c9998d1751381 | [log] [tgz] |
---|---|---|
author | Jaewoong Jung <jungjw@google.com> | Thu Jun 06 07:12:37 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Jun 06 07:12:37 2019 -0700 |
tree | 32d83e52d9bc4e73fcbc73596ecf53908a5398de | |
parent | 54b767c8c8dd81634020ecfc055251bd292a6f2d [diff] | |
parent | e21c14594e4e1f879629bb7b945649361ec7ff44 [diff] |
Merge remote-tracking branch 'upstream/master' into master am: e21c14594e Change-Id: Ic15d0e0e3b7090414f818f850984b4e920dcdd57
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.