Re-enable the bannedThrow check

It's been disabled previously due to pre-existing failures. Baseline
those and remove the disabling.

Bug: 222738070
Test: m checkapi
Ignore-AOSP-First: This error is not being re-enabled in AOSP yet
Change-Id: Ia4f91f1470a5bce332df1896b81550276c4b174d
This commit is contained in:
Anton Hansson
2023-11-08 13:21:04 +00:00
parent c88a04b0f0
commit b3a9fcf664

View File

@@ -50,8 +50,6 @@ var (
"--hide HiddenTypedefConstant",
"--hide SuperfluousPrefix",
"--hide AnnotationExtraction",
// b/222738070
"--hide BannedThrow",
}
MetalavaAnnotationsWarningsFlags = strings.Join(metalavaAnnotationsWarningsFlags, " ")