commit | d52d9b65d72b63341d14503e2b6ee567e3f6a6a0 | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Sun Sep 08 15:49:12 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Sun Sep 08 15:49:12 2019 -0700 |
tree | b197749387caffe3fa1c42a921cdf8039129984a | |
parent | e4c8e32965c9a74b7f6b01e4c75e5e23459309dc [diff] | |
parent | ba1c448eaa3fae3217396bb3d1dcbdc2a960eee0 [diff] |
[automerger skipped] Merge qt-r1-dev-plus-aosp-without-vendor (5817612) into stage-aosp-master am: eb03bacf3f -s ours am: ba1c448eaa -s ours am skip reason: change_id I76dd2fa706c67da7973cbc500142f7f5c597a3cb with SHA1 47653a7b0b is in history Change-Id: I68802948814099b8c9bc1b5b7b0d434ddc92cfda
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.