Merge "Enable check for "try to expose APIs from hidden class"" am: 35dfb01d86

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

Change-Id: If529bc7a9ee92f7c152cb88693554606e3953870
This commit is contained in:
Makoto Onuki
2020-06-24 22:31:25 +00:00
committed by Automerger Merge Worker

View File

@@ -1325,7 +1325,6 @@ 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) {