Merge "Disable "show member in hidden parent" metalava error" am: 56ecbaef4c

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1340546

Change-Id: Id9f19411ba06df0b9c037e0596df16e637593e3a
This commit is contained in:
Makoto Onuki
2020-06-18 23:08:30 +00:00
committed by Automerger Merge Worker

View File

@@ -1321,6 +1321,7 @@ func (d *Droidstubs) stubsFlags(ctx android.ModuleContext, cmd *android.RuleBuil
cmd.Flag("--exclude-documentation-from-stubs")
}
}
cmd.FlagWithArg("--hide ", "ShowingMemberInHiddenClass") // b/159121253 -- remove it once all the violations are fixed.
}
func (d *Droidstubs) annotationsFlags(ctx android.ModuleContext, cmd *android.RuleBuilderCommand) {