Merge "Disable BannedThrow check" am: 0d4833b18c
am: a33b682d0e
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2006775 Change-Id: Ia5fc2012dfec53d3c381def967a00ce32666adf5
This commit is contained in:
@@ -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.
|
// TODO(tnorbye): find owners to fix these warnings when annotation was enabled.
|
||||||
cmd.FlagWithArg("--hide ", "HiddenTypedefConstant").
|
cmd.FlagWithArg("--hide ", "HiddenTypedefConstant").
|
||||||
FlagWithArg("--hide ", "SuperfluousPrefix").
|
FlagWithArg("--hide ", "SuperfluousPrefix").
|
||||||
FlagWithArg("--hide ", "AnnotationExtraction")
|
FlagWithArg("--hide ", "AnnotationExtraction").
|
||||||
|
// b/222738070
|
||||||
|
FlagWithArg("--hide ", "BannedThrow")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user