dex_import can be added to apex

Bug:157886942
Test: m
Change-Id: Ida6f7bb784efe74cc1fa0e8d370eaee803f08b0f
This commit is contained in:
Jiyong Park
2020-06-01 21:39:15 +09:00
parent 0e666433cd
commit 77acec63fe
3 changed files with 25 additions and 13 deletions

View File

@@ -2691,6 +2691,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
}