Merge "Re-enable the AnnotationExtraction error" into main

This commit is contained in:
Anton Hansson
2023-11-17 16:25:29 +00:00
committed by Android (Google) Code Review

View File

@@ -48,7 +48,6 @@ var (
// TODO(tnorbye): find owners to fix these warnings when annotation was enabled.
"--hide HiddenTypedefConstant",
"--hide SuperfluousPrefix",
"--hide AnnotationExtraction",
}
MetalavaAnnotationsWarningsFlags = strings.Join(metalavaAnnotationsWarningsFlags, " ")