Merge "Revert "Disable a few metalava checks that platform fails after improvements."" am: 2ace628b86
am: 2c1345a2a5
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1994313 Change-Id: I8d74be6769d747836c8387da2ff8f6f712fe96f5
This commit is contained in:
@@ -334,11 +334,7 @@ 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").
|
||||
// (b/217545629)
|
||||
FlagWithArg("--hide ", "ChangedThrows").
|
||||
// (b/217552813)
|
||||
FlagWithArg("--hide ", "ChangedAbstract")
|
||||
FlagWithArg("--hide ", "AnnotationExtraction")
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user