commit | 322cc018035a0200e1a662d40db1a65a4ba88391 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon May 20 13:55:14 2019 -0700 |
committer | Colin Cross <ccross@android.com> | Mon May 20 15:09:48 2019 -0700 |
tree | 46632c1f90a4dda45b71c208a5283e5a7bb7be28 | |
parent | 7bcc256daced91c588fd03ad71f51d184ec44a1b [diff] |
Report creating modules in errors on created modules Bug: 133172285 Change-Id: I0782c722f5877508691868f96dbf7dc0bed3f9f4
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.