Merge "dex_import can be added to apex" am: a8bf98852a
am: 55110941ea
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1320920 Change-Id: I09342ecaf016ca85ab5ac5812c46af6932179258
This commit is contained in:
@@ -2700,6 +2700,10 @@ func (j *DexImport) Stem() string {
|
||||
return proptools.StringDefault(j.properties.Stem, j.ModuleBase.Name())
|
||||
}
|
||||
|
||||
func (a *DexImport) JacocoReportClassesFile() android.Path {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (j *DexImport) IsInstallable() bool {
|
||||
return true
|
||||
}
|
||||
|
Reference in New Issue
Block a user