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

Commit 19b3382f authored by Oriol Prieto Gasco's avatar Oriol Prieto Gasco
Browse files

Set the container field of aconfig flags

Please see go/aconfig-flag-containers for more context

Test: m
Bug: 312769710
Change-Id: I51e76bd720981862a237d5e548887cd84dee92da
parent e4ddd1aa
Loading
Loading
Loading
Loading
+17 −17
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ package {
aconfig_declarations {
    name: "telecom_flags",
    package: "com.android.server.telecom.flags",
    container: "system",
    srcs: [
        "telecom_broadcast_flags.aconfig",
        "telecom_ringer_flag_declarations.aconfig",
@@ -40,4 +41,3 @@ aconfig_declarations {
        "telecom_connection_service_wrapper_flags.aconfig",
    ],
}
+1 −0
Original line number Diff line number Diff line
package: "com.android.server.telecom.flags"
container: "system"

flag {
  name: "gen_anom_report_on_focus_timeout"
+1 −0
Original line number Diff line number Diff line
package: "com.android.server.telecom.flags"
container: "system"

flag {
  name: "voip_app_actions_support"
+1 −0
Original line number Diff line number Diff line
package: "com.android.server.telecom.flags"
container: "system"

flag {
  name: "use_actual_address_to_enter_connecting_state"
+1 −0
Original line number Diff line number Diff line
package: "com.android.server.telecom.flags"
container: "system"

flag {
  name: "is_new_outgoing_call_broadcast_unblocking"
Loading