Merge "Utilize linter artifacts of the impl library in the top level sdk library" into main

This commit is contained in:
Treehugger Robot
2024-06-25 22:18:51 +00:00
committed by Gerrit Code Review

View File

@@ -1679,6 +1679,7 @@ func (module *SdkLibrary) GenerateAndroidBuildActions(ctx android.ModuleContext)
module.dexer.proguardDictionary = module.implLibraryModule.dexer.proguardDictionary
module.dexer.proguardUsageZip = module.implLibraryModule.dexer.proguardUsageZip
module.linter.reports = module.implLibraryModule.linter.reports
module.linter.outputs.depSets = module.implLibraryModule.LintDepSets()
if !module.Host() {
module.hostdexInstallFile = module.implLibraryModule.hostdexInstallFile