diff options
| author | 2023-07-26 00:34:57 +0000 | |
|---|---|---|
| committer | 2023-07-26 00:34:57 +0000 | |
| commit | 245482e03954ba4de430fda191ee512481cdc023 (patch) | |
| tree | 5873109769f627a7a59de2a603d41beba9fc7757 /java/java.go | |
| parent | 5ad5c918a39523260041baafc42b9972afe93c0f (diff) | |
| parent | 4eae06dcc929eeb74f12baa0e684327a0794f120 (diff) | |
Merge "Move android_library resource handling to Bazel's ResourceProcessorBusyBox" into main
Diffstat (limited to 'java/java.go')
| -rw-r--r-- | java/java.go | 2 | 
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())  |