Disable new ApiLint check temporarily
This should be reverted/re-enabled once car-lib no longer throws errors for the method fixed in aosp/1840533 Test: n/a Bug: 144855352 Change-Id: Ifc1a135360d9d357237f5dbe5904f6e77b18a94a
This commit is contained in:
@@ -476,7 +476,8 @@ func metalavaCmd(ctx android.ModuleContext, rule *android.RuleBuilder, javaVersi
|
||||
Flag("--quiet").
|
||||
Flag("--format=v2").
|
||||
FlagWithArg("--repeat-errors-max ", "10").
|
||||
FlagWithArg("--hide ", "UnresolvedImport")
|
||||
FlagWithArg("--hide ", "UnresolvedImport").
|
||||
FlagWithArg("--hide ", "InvalidNullability")
|
||||
|
||||
return cmd
|
||||
}
|
||||
|
Reference in New Issue
Block a user