Convert ModuleProvder to generic providers API
Convert all of the callers of ModuleProvider/ModuleHasProvider to use the type-safe android.SingletonModuleProvider API. Bug: 316410648 Test: builds Change-Id: I6f11638546b64749e451cebbf33140248dc1d193
This commit is contained in:
@@ -92,7 +92,6 @@ type MakeVarsContext interface {
|
||||
ModuleDir(module blueprint.Module) string
|
||||
ModuleSubDir(module blueprint.Module) string
|
||||
ModuleType(module blueprint.Module) string
|
||||
ModuleProvider(module blueprint.Module, key blueprint.AnyProviderKey) any
|
||||
moduleProvider(module blueprint.Module, key blueprint.AnyProviderKey) (any, bool)
|
||||
BlueprintFile(module blueprint.Module) string
|
||||
|
||||
|
Reference in New Issue
Block a user