commit | 6c5a2f7288a88e58501af52a455f5f29046fad22 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Oct 17 16:03:14 2019 -0700 |
committer | Colin Cross <ccross@android.com> | Thu Oct 17 16:03:22 2019 -0700 |
tree | c06164ba4b4fd1575418a2d3afe3b2f95bd498af | |
parent | d2a5c6d5f261a4a748c6d1b26fcd98984dcfffe1 [diff] | |
parent | 7e8c766ab86beb0207d94b907580dfbdf7015194 [diff] |
Merge remote-tracking branch 'aosp/upstream' into master * aosp/upstream: Move outputs of bootstrap modules in main stage to separate directory Test: m checkbuild Change-Id: I19de5b4acc6c4422fdc5177971de5bf6a755259a
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.