summaryrefslogtreecommitdiff
path: root/java/config
diff options
context:
space:
mode:
Diffstat (limited to 'java/config')
-rw-r--r--java/config/droidstubs.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/java/config/droidstubs.go b/java/config/droidstubs.go
index 7029fee06..5ee262f91 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.
@@ -49,9 +48,6 @@ var (
// TODO(tnorbye): find owners to fix these warnings when annotation was enabled.
"--hide HiddenTypedefConstant",
"--hide SuperfluousPrefix",
- "--hide AnnotationExtraction",
- // b/222738070
- "--hide BannedThrow",
}
MetalavaAnnotationsWarningsFlags = strings.Join(metalavaAnnotationsWarningsFlags, " ")