Merge "Disable "show member in hidden parent" metalava error"

This commit is contained in:
Makoto Onuki 2020-06-18 22:57:48 +00:00 committed by Gerrit Code Review
commit 56ecbaef4c
1 changed files with 1 additions and 0 deletions

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) {