commit | da78c596f6a6efcc0f624548e6732dc3184dfd77 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Sat Feb 24 00:37:54 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Sat Feb 24 00:37:54 2018 +0000 |
tree | 5ec1e8348d605e8df8bf86e55040e7c0beaf66be | |
parent | 84d833aec147f97a7d35716f7577ba99e0dd9d3c [diff] | |
parent | ba14ce9712af37013fcf023fe1f3185e7a91e15f [diff] |
Merge remote-tracking branch 'aosp/upstream' into master am: fbcbac6aa1 am: 1abb124a1c am: ba14ce9712 Change-Id: I6e6b3cdcd97df46c9168cab4c511dc219224ab01
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.