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