Disable BannedThrow check

Bug: 222738070
Test: N/A
Change-Id: Id9d393c9b5c5c21d69c8b3a8d5456c66358426d9
diff --git a/java/droidstubs.go b/java/droidstubs.go
index 5dc7bc9..421737b 100644
--- a/java/droidstubs.go
+++ b/java/droidstubs.go
@@ -334,7 +334,9 @@
 		// TODO(tnorbye): find owners to fix these warnings when annotation was enabled.
 		cmd.FlagWithArg("--hide ", "HiddenTypedefConstant").
 			FlagWithArg("--hide ", "SuperfluousPrefix").
-			FlagWithArg("--hide ", "AnnotationExtraction")
+			FlagWithArg("--hide ", "AnnotationExtraction").
+			// b/222738070
+			FlagWithArg("--hide ", "BannedThrow")
 	}
 }