commit | bbdfce57ca98adb234a3ebf7885c3f8f5913e972 | [log] [tgz] |
---|---|---|
author | Nan Zhang <nanzhang@google.com> | Mon Nov 06 22:04:39 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Mon Nov 06 22:04:39 2017 +0000 |
tree | 5dd2d1abd4eb00dc2cc8ab0647432d6e6fa390b8 | |
parent | 737809692d79dc03fbb247aff58f66c02306cb91 [diff] | |
parent | a44efcf6981a773e1914040c37deb3e87d2eceff [diff] |
Merge remote-tracking branch 'aosp/upstream' into integer am: 305e1679a6 am: a44efcf698 Change-Id: I7953ef7c2e52ec25f618bf4e68edb9c59cab2458
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.