summaryrefslogtreecommitdiff
path: root/java/config/droidstubs.go
diff options
context:
space:
mode:
author Anton Hansson <hansson@google.com> 2023-11-08 18:23:38 +0000
committer Anton Hansson <hansson@google.com> 2023-11-10 09:57:55 +0000
commitd972a088d934cb94b36ca59651fc6c42e5169b22 (patch)
tree3456b891138fc0c422be30ef15e6cab2a377f221 /java/config/droidstubs.go
parentdfb336b9fd398f4ee4b22a2439d0b48d3733d684 (diff)
Re-enable the InvalidNullabilityOverride check
It's been disabled previously due to pre-existing failures. Baseline those and remove the disabling. Ignore-AOSP-First: This error is not being re-enabled in AOSP yet Bug: 222738070 Test: m checkapi Change-Id: I3382152186d7d8f63da7c1cc95d3ef962f422642
Diffstat (limited to 'java/config/droidstubs.go')
-rw-r--r--java/config/droidstubs.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/java/config/droidstubs.go b/java/config/droidstubs.go
index 1d7a2d22e..45c6f0f31 100644
--- a/java/config/droidstubs.go
+++ b/java/config/droidstubs.go
@@ -23,7 +23,6 @@ var (
"--format=v2",
"--repeat-errors-max 10",
"--hide UnresolvedImport",
- "--hide InvalidNullabilityOverride",
// Force metalava to ignore classes on the classpath when an API file contains missing classes.
// See b/285140653 for more information.