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:
Sam Gilbert
2021-10-06 11:28:28 -04:00
parent b3e5b18aa2
commit 09cb5dbe29

View File

@@ -476,7 +476,8 @@ func metalavaCmd(ctx android.ModuleContext, rule *android.RuleBuilder, javaVersi
Flag("--quiet"). Flag("--quiet").
Flag("--format=v2"). Flag("--format=v2").
FlagWithArg("--repeat-errors-max ", "10"). FlagWithArg("--repeat-errors-max ", "10").
FlagWithArg("--hide ", "UnresolvedImport") FlagWithArg("--hide ", "UnresolvedImport").
FlagWithArg("--hide ", "InvalidNullability")
return cmd return cmd
} }