Merge "Revert "Disable a few metalava checks that platform fails after improvements.""
This commit is contained in:
commit
2ace628b86
1 changed files with 1 additions and 5 deletions
|
@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue