Merge "Rename DexJar interface method to DexJarBuildPath." am: 2a08566634 am: 22cd1b5383

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1322701

Change-Id: I87a6570cc6184bb38dda1f83dac787c30d8aaa54
This commit is contained in:
Ulyana Trafimovich
2020-06-04 10:36:28 +00:00
committed by Automerger Merge Worker
7 changed files with 11 additions and 11 deletions

View File

@@ -1692,7 +1692,7 @@ type javaDependency interface {
func apexFileForJavaLibrary(ctx android.BaseModuleContext, lib javaDependency, module android.Module) apexFile {
dirInApex := "javalib"
fileToCopy := lib.DexJar()
fileToCopy := lib.DexJarBuildPath()
af := newApexFile(ctx, fileToCopy, module.Name(), dirInApex, javaSharedLib, module)
af.jacocoReportClassesFile = lib.JacocoReportClassesFile()
af.stem = lib.Stem() + ".jar"