diff options
Diffstat (limited to 'dexpreopt')
-rw-r--r-- | dexpreopt/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dexpreopt/config.go b/dexpreopt/config.go index f3c2b2cbc..9cec9dbbd 100644 --- a/dexpreopt/config.go +++ b/dexpreopt/config.go @@ -465,7 +465,7 @@ func (d dex2oatDependencyTag) AllowDisabledModuleDependency(target android.Modul func (d dex2oatDependencyTag) AllowDisabledModuleDependencyProxy( ctx android.OtherModuleProviderContext, target android.ModuleProxy) bool { return android.OtherModuleProviderOrDefault( - ctx, target, android.CommonModuleInfoKey).ReplacedByPrebuilt + ctx, target, android.CommonModuleInfoProvider).ReplacedByPrebuilt } // Dex2oatDepTag represents the dependency onto the dex2oatd module. It is added to any module that |