commit | c2c1b3da1994159f7fdf3b10ffd6ef2b95667146 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri Feb 15 19:23:12 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Fri Feb 15 19:23:12 2019 -0800 |
tree | 45b33af67de2c316d69bdc6098f60db6a6d57902 | |
parent | 8f71fd97b97c23e1aa6a28964874e905b3e47b03 [diff] | |
parent | d8494be0a89f83fd768d100588d4a74bf9be5b1a [diff] |
Merge remote-tracking branch 'aosp/upstream' into master am: 1387a00b5f am: d8494be0a8 Change-Id: Id5c4c03216a0d8c6a5c49b76f32816ae3cd1c7d8
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.