Split ArchMutatorContext out of BaseMutatorContext

Split the context methods that are useful on anything visiting a
module that has arch variants into a separate ArchMutatorContext
for reuse by TranstitionMutators.

Bug: 319288033
Test: builds
Change-Id: Ifdc21983c6c79f22965a49f169812a8cc3ad975b
This commit is contained in:
Colin Cross
2024-01-18 14:30:22 -08:00
parent d9e4b24877
commit 1d3d9f13b8
5 changed files with 251 additions and 137 deletions

View File

@@ -35,6 +35,7 @@ bootstrap_go_package {
"api_levels.go",
"arch.go",
"arch_list.go",
"arch_module_context.go",
"base_module_context.go",
"buildinfo_prop.go",
"config.go",