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

Commit a6c0ac65 authored by Sam Gilbert's avatar Sam Gilbert Committed by Gerrit Code Review
Browse files

Merge "Disable a few metalava checks that platform fails after improvements."

parents 56d7ecd9 1a0fa383
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -334,7 +334,11 @@ func (d *Droidstubs) annotationsFlags(ctx android.ModuleContext, cmd *android.Ru
		// 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/217545629)
			FlagWithArg("--hide ", "ChangedThrows").
			// (b/217552813)
			FlagWithArg("--hide ", "ChangedAbstract")
	}
}