summaryrefslogtreecommitdiff
path: root/java/jdeps.go
diff options
context:
space:
mode:
Diffstat (limited to 'java/jdeps.go')
-rw-r--r--java/jdeps.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jdeps.go b/java/jdeps.go
index 4711dc1a4..7ef6c89ee 100644
--- a/java/jdeps.go
+++ b/java/jdeps.go
@@ -46,7 +46,7 @@ func (j *jdepsGeneratorSingleton) GenerateBuildActions(ctx android.SingletonCont
moduleInfos := make(map[string]android.IdeInfo)
ctx.VisitAllModuleProxies(func(module android.ModuleProxy) {
- if !android.OtherModuleProviderOrDefault(ctx, module, android.CommonModuleInfoKey).Enabled {
+ if !android.OtherModuleProviderOrDefault(ctx, module, android.CommonModuleInfoProvider).Enabled {
return
}