commit | de86c3371742cff3758005de39c3b823e9946152 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Jul 03 19:11:39 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jul 03 19:11:39 2019 -0700 |
tree | be22baa00360d4918731169d0365a2935bbd615f | |
parent | 8524c452be4acf9143b534756f3a1e7312a3232a [diff] | |
parent | d6d76f814ed3bbfaf6681289d5e5763de7e427fc [diff] |
Merge remote-tracking branch 'aosp/upstream' into master am: d6d76f814e Change-Id: I38fb41e745ab766aa3d35618c0617664a743b511
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.