Merge "Disable ChangedDefault" am: 4a5110f046

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

Change-Id: Iacfe840e93156c0f5a70547e9fa94d92cdf4008d
This commit is contained in:
Treehugger Robot
2022-03-08 21:36:04 +00:00
committed by Automerger Merge Worker

View File

@@ -336,7 +336,9 @@ func (d *Droidstubs) annotationsFlags(ctx android.ModuleContext, cmd *android.Ru
FlagWithArg("--hide ", "SuperfluousPrefix").
FlagWithArg("--hide ", "AnnotationExtraction").
// b/222738070
FlagWithArg("--hide ", "BannedThrow")
FlagWithArg("--hide ", "BannedThrow").
// b/223382732
FlagWithArg("--hide ", "ChangedDefault")
}
}