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:
committed by
Gerrit Code Review
parent
d91a8e806a
commit
1180919dda
@@ -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()
|
||||
}
|
||||
|
Reference in New Issue
Block a user