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

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

Change-Id: Ibcd5a9333017685404f5a97b18bb490ad0fc600f
This commit is contained in:
Makoto Onuki
2020-06-18 23:18:28 +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) {