commit | 6af6da91805aafef3b307df7d7429c160f7f36dc | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Mon Dec 10 09:41:07 2018 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Mon Dec 10 09:41:07 2018 -0800 |
tree | 92bd395c4e25d5d8c01647eab4b154223d997a31 | |
parent | e28f74225de5bc3ec2ea3aaa956223411b50b798 [diff] | |
parent | 8983c5359002a8e6991c29d2339858cd9714ed5d [diff] |
[automerger skipped] DO NOT MERGE am: 8983c53590 -s ours Change-Id: I8168555c8d5ff786ceefa66d455378e0304ad72a
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.