commit | 076915c7daae463fd7190d8082788ef6efe5c4ed | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri Aug 09 20:28:40 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Fri Aug 09 20:28:40 2019 -0700 |
tree | 95c4a9523457d2f0b437203e83e5646eac55f471 | |
parent | 247f010e2d0c09b283ed2941020e6e565b77929a [diff] | |
parent | 1a01946bf107d43a0dd35f64a151a064aa684ee7 [diff] |
Merge remote-tracking branch 'aosp/upstream' into master am: 1a01946bf1 Change-Id: I3cb5909811a211aaa1341c82290871d9eb65d489
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.