Re-enable the AnnotationExtraction error
This prevents errors in typedef definitions. Re-enable it. Ignore-AOSP-First: This error is not being re-enabled in AOSP yet Bug: 309971481 Test: m checkapi Change-Id: If9f0e580cda62d0021e82b1831746b3d15d1bfbd
This commit is contained in:
@@ -49,7 +49,6 @@ var (
|
||||
// TODO(tnorbye): find owners to fix these warnings when annotation was enabled.
|
||||
"--hide HiddenTypedefConstant",
|
||||
"--hide SuperfluousPrefix",
|
||||
"--hide AnnotationExtraction",
|
||||
}
|
||||
|
||||
MetalavaAnnotationsWarningsFlags = strings.Join(metalavaAnnotationsWarningsFlags, " ")
|
||||
|
Reference in New Issue
Block a user