commit | eb03bacf3f90c8518a9a87c98f6853287eaddad8 | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Sun Sep 08 12:42:27 2019 -0700 |
committer | Xin Li <delphij@google.com> | Sun Sep 08 12:42:27 2019 -0700 |
tree | b197749387caffe3fa1c42a921cdf8039129984a | |
parent | 47653a7b0ba53245c175606e16045a99a0e15fcc [diff] | |
parent | 9f179fcc6b0177773b584e6bd007625da2c48cfb [diff] |
Merge qt-r1-dev-plus-aosp-without-vendor (5817612) into stage-aosp-master No content change. Bug: 135460123 Change-Id: I1d55f13253683d4716eadfbc134cac8b9eddfa05 Merged-In: I76dd2fa706c67da7973cbc500142f7f5c597a3cb
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.