Merge "dex_import can be added to apex"

This commit is contained in:
Treehugger Robot
2020-06-04 05:06:22 +00:00
committed by Gerrit Code Review
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
}