Disable ChangedDefault
Bug: 223382732 Test: N/A Change-Id: I45b70824650544b465fa656cb09983bf90f923b6
This commit is contained in:
parent
1e17a78c55
commit
675f0b41be
1 changed files with 3 additions and 1 deletions
|
@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue