Merge "Disable new ApiLint check temporarily" am: 8b99da5f37
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1846434 Change-Id: I2c201ae4555db4b3f219abf98183bf252296eeee
This commit is contained in:
@@ -472,7 +472,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
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user