summaryrefslogtreecommitdiff
path: root/java/java.go
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2023-07-26 00:34:57 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2023-07-26 00:34:57 +0000
commit245482e03954ba4de430fda191ee512481cdc023 (patch)
tree5873109769f627a7a59de2a603d41beba9fc7757 /java/java.go
parent5ad5c918a39523260041baafc42b9972afe93c0f (diff)
parent4eae06dcc929eeb74f12baa0e684327a0794f120 (diff)
Merge "Move android_library resource handling to Bazel's ResourceProcessorBusyBox" into main
Diffstat (limited to 'java/java.go')
-rw-r--r--java/java.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/java.go b/java/java.go
index 20d9afc69..860155c38 100644
--- a/java/java.go
+++ b/java/java.go
@@ -699,7 +699,7 @@ func (j *Library) GenerateAndroidBuildActions(ctx android.ModuleContext) {
j.dexpreopter.uncompressedDex = *j.dexProperties.Uncompress_dex
j.classLoaderContexts = j.usesLibrary.classLoaderContextForUsesLibDeps(ctx)
}
- j.compile(ctx, nil)
+ j.compile(ctx, nil, nil, nil)
// Collect the module directory for IDE info in java/jdeps.go.
j.modulePaths = append(j.modulePaths, ctx.ModuleDir())