Add otherModuleProvider to ConfigurableEvaluatorContext

So that it can make decisisons based on a provider set by the
base config mutator.

Bug: 361816274
Test: m nothing
Change-Id: I19e8a9e800dfabcd05740f9c0ed5db833c5b2377
diff --git a/android/module.go b/android/module.go
index dd83d64..77bdfd6 100644
--- a/android/module.go
+++ b/android/module.go
@@ -2213,6 +2213,7 @@
 }
 
 type ConfigurableEvaluatorContext interface {
+	OtherModuleProviderContext
 	Config() Config
 	OtherModulePropertyErrorf(module Module, property string, fmt string, args ...interface{})
 	HasMutatorFinished(mutatorName string) bool