Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 59ef1ec1 authored by Anton Hansson's avatar Anton Hansson
Browse files

Stop suppressing the ChangedDefault error

This will prevent future breakages of this kind, so reenable the check.

Bug: 223382732
Test: m checkapi
Change-Id: I5e67ed45e3a78b90de6884a0d7b0b1c91d58b6f5
parent 216ed6c9
Loading
Loading
Loading
Loading
+0 −4
Original line number Original line Diff line number Diff line
@@ -24,8 +24,6 @@ var (
		"--repeat-errors-max 10",
		"--repeat-errors-max 10",
		"--hide UnresolvedImport",
		"--hide UnresolvedImport",
		"--hide InvalidNullabilityOverride",
		"--hide InvalidNullabilityOverride",
		// b/223382732
		"--hide ChangedDefault",


		// Force metalava to ignore classes on the classpath when an API file contains missing classes.
		// Force metalava to ignore classes on the classpath when an API file contains missing classes.
		// See b/285140653 for more information.
		// See b/285140653 for more information.
@@ -54,8 +52,6 @@ var (
		"--hide AnnotationExtraction",
		"--hide AnnotationExtraction",
		// b/222738070
		// b/222738070
		"--hide BannedThrow",
		"--hide BannedThrow",
		// b/223382732
		"--hide ChangedDefault",
	}
	}


	MetalavaAnnotationsWarningsFlags = strings.Join(metalavaAnnotationsWarningsFlags, " ")
	MetalavaAnnotationsWarningsFlags = strings.Join(metalavaAnnotationsWarningsFlags, " ")