commit | 18926521dc71b70d656caf9f50ac98f0101f8867 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Sep 03 12:34:49 2020 -0700 |
committer | Colin Cross <ccross@android.com> | Wed Sep 09 13:25:54 2020 -0700 |
tree | d8cfe63514b18633bb12dd8ce2a67adf76178743 | |
parent | bc973ffe1e7244659d78e7e513d7b708eecf8e25 [diff] |
Make VisitAllModuleVariants, PrimaryModule and FinalModule available to mutators Move the VisitAllModuleVariants, PrimaryModule and FinalModule methods to baseModuleContext so they can be used by mutators. Test: m checkbuild Change-Id: I1827ce2fc75f017460a7f6a53b1dab6a81109435
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.