Merge changes I41978037,I19e8a9e8 into main

* changes:
  Properly initialize android_system_image modules
  Add otherModuleProvider to ConfigurableEvaluatorContext
This commit is contained in:
Treehugger Robot
2024-09-17 20:07:08 +00:00
committed by Gerrit Code Review
6 changed files with 13 additions and 6 deletions

View File

@@ -2211,6 +2211,7 @@ type ConfigContext interface {
}
type ConfigurableEvaluatorContext interface {
OtherModuleProviderContext
Config() Config
OtherModulePropertyErrorf(module Module, property string, fmt string, args ...interface{})
HasMutatorFinished(mutatorName string) bool