commit | 20319ae81203c5f377dd4dc35361d19d197e1b6d | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Dec 13 00:00:25 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Dec 13 00:00:25 2017 +0000 |
tree | 839af2c6405366a9951c0eb6bcf616a33e982de6 | |
parent | ed54e62df369a3323031aeb41beddf0a685fd313 [diff] | |
parent | eeb6b2afc9d49a02c8086b6847cc01a67af0a5d4 [diff] |
Merge remote-tracking branch 'aosp/upstream' into master am: 3aaf722a8d am: eeb6b2afc9 Change-Id: Id7b056c4de8f81df3e0aee83b6662fd067bd05e3
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.