Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit af769915 authored by joonhunshin's avatar joonhunshin
Browse files

feature flagging to enforce telephony features

Bug: 297989574
Test: build pass

Change-Id: I0e636f83359067c1977853e73e629f8d075d1e9d
parent 83d4c989
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,5 +31,6 @@ aconfig_declarations {
      "uicc.aconfig",
      "satellite.aconfig",
      "iwlan.aconfig",
      "telephony.aconfig",
    ],
}
+8 −0
Original line number Diff line number Diff line
package: "com.android.internal.telephony.flags"

flag {
    name: "enforce_telephony_feature_mapping"
    namespace: "telephony"
    description: "This flag controls telephony feature flags mapping."
    bug:"297989574"
}
 No newline at end of file