Revert "Rename DexJar interface method to DexJarBuildPath."
This reverts commit 562c240185
.
Reason for revert: breaks `lunch full-eng && m checkbuild`.
Change-Id: Id7c7d6240d98afaf8edd49b6c96cd05534b784cc
This commit is contained in:
@@ -1656,7 +1656,7 @@ type javaDependency interface {
|
||||
|
||||
func apexFileForJavaLibrary(ctx android.BaseModuleContext, lib javaDependency, module android.Module) apexFile {
|
||||
dirInApex := "javalib"
|
||||
fileToCopy := lib.DexJarBuildPath()
|
||||
fileToCopy := lib.DexJar()
|
||||
af := newApexFile(ctx, fileToCopy, module.Name(), dirInApex, javaSharedLib, module)
|
||||
af.jacocoReportClassesFile = lib.JacocoReportClassesFile()
|
||||
af.stem = lib.Stem() + ".jar"
|
||||
|
Reference in New Issue
Block a user