Revert^2 "Add soong config variable Release_expose_flagged_api"
This reverts commit 5548bf305368571c40461a818f24f26cbe2de533.
Test: m nothing
Bug: 299570421
Change-Id: I9f70648fb6657bbf4f5681cd6d40517d70a8fefb
diff --git a/android/config.go b/android/config.go
index b3ff86b..8113ed7 100644
--- a/android/config.go
+++ b/android/config.go
@@ -2084,3 +2084,7 @@
func (c *deviceConfig) NextReleaseHideFlaggedApi() bool {
return Bool(c.config.productVariables.NextReleaseHideFlaggedApi)
}
+
+func (c *deviceConfig) ReleaseExposeFlaggedApi() bool {
+ return Bool(c.config.productVariables.Release_expose_flagged_api)
+}