diff options
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()) |