Merge "Enable check for "try to expose APIs from hidden class""

This commit is contained in:
Makoto Onuki
2020-06-24 22:18:35 +00:00
committed by Gerrit Code Review

View File

@@ -1325,7 +1325,6 @@ func (d *Droidstubs) stubsFlags(ctx android.ModuleContext, cmd *android.RuleBuil
cmd.Flag("--exclude-documentation-from-stubs") 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) { func (d *Droidstubs) annotationsFlags(ctx android.ModuleContext, cmd *android.RuleBuilderCommand) {