Merge "Disable ChangedDefault" am: 4a5110f046
am: 61ebc18fd5
am: 4932817776
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2015695 Change-Id: I9afca3fb46a41003aa193bc3bf470fd7218bbd8e
This commit is contained in:
commit
92edbe38e8
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