aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonhun Shin <joonhunshin@google.com>2023-12-14 05:38:37 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2023-12-14 05:38:37 +0000
commit05d8a25f066c9c096d5f94b57558d880922d7643 (patch)
treea0ef92c80328937b1060708f3c9b257e03cf9ace
parentfc3b877fa57c6e128cadfa7ff97ec38b369315ea (diff)
parenta31a27288fea1228b16f456fcac12c4374d35f43 (diff)
downloadtelephony-05d8a25f066c9c096d5f94b57558d880922d7643.tar.gz
Merge "Add feature flagging to enforce telephony features for public APIs and CTS." into main
-rw-r--r--flags/telephony.aconfig9
1 files changed, 8 insertions, 1 deletions
diff --git a/flags/telephony.aconfig b/flags/telephony.aconfig
index f60885b5f9..b849d53e64 100644
--- a/flags/telephony.aconfig
+++ b/flags/telephony.aconfig
@@ -5,4 +5,11 @@ flag {
namespace: "telephony"
description: "This flag controls telephony feature flags mapping."
bug:"297989574"
-} \ No newline at end of file
+}
+
+flag {
+ name: "enforce_telephony_feature_mapping_for_public_apis"
+ namespace: "telephony"
+ description: "This flag controls telephony feature flags mapping for public APIs and CTS."
+ bug:"297989574"
+}