Revert^2 "Rename DexJar interface method to DexJarBuildPath." am: 5539e7b568
am: 0852ac9a6d
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1324492 Change-Id: I75dc93bb6aac621a0d90e5c5051cdeab98f5d1ef
This commit is contained in:
committed by
Automerger Merge Worker
commit
abbe8875b3
@@ -1685,14 +1685,14 @@ func apexFileForShBinary(ctx android.BaseModuleContext, sh *sh.ShBinary) apexFil
|
||||
}
|
||||
|
||||
type javaDependency interface {
|
||||
DexJar() android.Path
|
||||
DexJarBuildPath() android.Path
|
||||
JacocoReportClassesFile() android.Path
|
||||
Stem() string
|
||||
}
|
||||
|
||||
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"
|
||||
|
Reference in New Issue
Block a user