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

Commit ac4622f2 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add flags to deprecate and clean up CDMA" into main

parents 34ef22d0 487bb203
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@ flag {
  }
}

# OWNER=TBD TARGET=TBD
# OWNER=jackyu TARGET=25Q2
flag {
  name: "oem_paid_private"
  namespace: "telephony"
+16 −0
Original line number Diff line number Diff line
@@ -230,3 +230,19 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

# OWNER=jackyu TARGET=25Q2
flag {
    name: "deprecate_cdma"
    namespace: "telephony"
    description: "Deprecate CDMA and NV APIS"
    bug: "379356026"
}

# OWNER=jackyu TARGET=25Q2
flag {
    name: "cleanup_cdma"
    namespace: "telephony"
    description: "Disable CDMA and NV backing code"
    bug: "379356026"
}