Build transitive lint reports for apex modules
Build and export transitive lint report zips for apex modules. Bug: 153485543 Test: m TARGET_BUILD_APPS=com.google.android.wifi lint-check dist Change-Id: I5a1805440452301a7e2c4ca91482b989638b54fb
This commit is contained in:
@@ -1995,6 +1995,15 @@ func (module *SdkLibraryImport) JacocoReportClassesFile() android.Path {
|
||||
}
|
||||
}
|
||||
|
||||
// to satisfy apex.javaDependency interface
|
||||
func (module *SdkLibraryImport) LintDepSets() LintDepSets {
|
||||
if module.implLibraryModule == nil {
|
||||
return LintDepSets{}
|
||||
} else {
|
||||
return module.implLibraryModule.LintDepSets()
|
||||
}
|
||||
}
|
||||
|
||||
// to satisfy apex.javaDependency interface
|
||||
func (module *SdkLibraryImport) Stem() string {
|
||||
return module.BaseModuleName()
|
||||
|
Reference in New Issue
Block a user