Merge changes I957f3df8,I68986dcc am: cf6bf37d04
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1829372 Change-Id: Ifcf471f2746c1037b83c2a11b8f5120b86fd6cb2
This commit is contained in:
@@ -1498,7 +1498,7 @@ func apexFileForCompatConfig(ctx android.BaseModuleContext, config java.Platform
|
||||
type javaModule interface {
|
||||
android.Module
|
||||
BaseModuleName() string
|
||||
DexJarBuildPath() android.Path
|
||||
DexJarBuildPath() java.OptionalDexJarPath
|
||||
JacocoReportClassesFile() android.Path
|
||||
LintDepSets() java.LintDepSets
|
||||
Stem() string
|
||||
@@ -1512,7 +1512,7 @@ var _ javaModule = (*java.SdkLibraryImport)(nil)
|
||||
|
||||
// apexFileForJavaModule creates an apexFile for a java module's dex implementation jar.
|
||||
func apexFileForJavaModule(ctx android.BaseModuleContext, module javaModule) apexFile {
|
||||
return apexFileForJavaModuleWithFile(ctx, module, module.DexJarBuildPath())
|
||||
return apexFileForJavaModuleWithFile(ctx, module, module.DexJarBuildPath().PathOrNil())
|
||||
}
|
||||
|
||||
// apexFileForJavaModuleWithFile creates an apexFile for a java module with the supplied file.
|
||||
|
Reference in New Issue
Block a user