commit | 247f010e2d0c09b283ed2941020e6e565b77929a | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Jul 22 15:46:20 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Mon Jul 22 15:46:20 2019 -0700 |
tree | 22e2bee6e2b0f30bd1bf10a95d50452e1686045b | |
parent | de86c3371742cff3758005de39c3b823e9946152 [diff] | |
parent | c23756ff58a75fe5d24c7f0e098784e30dcc03d4 [diff] |
Merge remote-tracking branch 'aosp/upstream' into master am: c23756ff58 Change-Id: I50c6c4314c7393280c640262cd7db6f5392caaad
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.