Merge "Disable a few metalava checks that platform fails after improvements." am: a6c0ac6529
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1968699 Change-Id: I384d9a8107eeb08cbff3460668afa9008fe287cd
This commit is contained in:
commit
1d71e6047d
1 changed files with 5 additions and 1 deletions
|
@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue