Revert "Add flagged api hide conditional to droidstubs"

Revert submission 2755310

Reason for revert: Broken build b/302407753

Reverted changes: /q/submissionid:2755310

Change-Id: I56306fc3b7e5608d21dbefe18d6a886561599f40
This commit is contained in:
Maxim Siniavine
2023-09-28 01:01:59 +00:00
committed by Gerrit Code Review
parent d91a8e806a
commit 1180919dda
3 changed files with 0 additions and 42 deletions

View File

@@ -2088,7 +2088,3 @@ func (c *deviceConfig) NextReleaseHideFlaggedApi() bool {
func (c *deviceConfig) ReleaseExposeFlaggedApi() bool {
return Bool(c.config.productVariables.ReleaseExposeFlaggedApi)
}
func (c *deviceConfig) HideFlaggedApis() bool {
return c.NextReleaseHideFlaggedApi() && !c.ReleaseExposeFlaggedApi()
}