commit | fd87ba76ecb74af9c75bd0071e5083dd44451331 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Jul 03 20:41:26 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jul 03 20:41:26 2019 -0700 |
tree | be22baa00360d4918731169d0365a2935bbd615f | |
parent | 886bf762bf7135d262f1fff64582ed2e579827cb [diff] | |
parent | 4a68cb4a10ee112ca817a5a78ef371d5c43f29ae [diff] |
Merge remote-tracking branch 'aosp/upstream' into master am: d6d76f814e am: de86c33717 am: 4a68cb4a10 Change-Id: I185f0ad548ea04cd288148c4741862a3759e28fd
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.