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

Commit a33b682d authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Disable BannedThrow check" am: 0d4833b1

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2006775

Change-Id: Ic7aa289e82f84d17882e6bfd2c8b2cd5a1a37669
parents 6984e882 0d4833b1
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -334,7 +334,9 @@ 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/222738070
			FlagWithArg("--hide ", "BannedThrow")
	}
}