Merge "Disable new ApiLint check temporarily" am: 8b99da5f37
am: 9e69e0e221
am: b1485db02d
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1846434 Change-Id: I0d50ce54e3fcffa769a9999586ceee212ff8d73b
This commit is contained in:
@@ -472,7 +472,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