Merge "Disable new ApiLint check temporarily"
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