Merge "Collect lint reports from apps in apexes" am: 7131982a76
am: 3dc9d726ed
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1792871 Change-Id: Ibc44f45a5a8a5ecb977943a2beb26e6e1e465862
This commit is contained in:
@@ -410,6 +410,10 @@ func (a *AndroidAppImport) MinSdkVersion(ctx android.EarlyModuleContext) android
|
||||
return android.SdkSpecPrivate
|
||||
}
|
||||
|
||||
func (a *AndroidAppImport) LintDepSets() LintDepSets {
|
||||
return LintDepSets{}
|
||||
}
|
||||
|
||||
var _ android.ApexModule = (*AndroidAppImport)(nil)
|
||||
|
||||
// Implements android.ApexModule
|
||||
|
Reference in New Issue
Block a user