Migrate SPN Overrides to Carrier Config

This change migrates everything from the latest
aosp version of spn-conf.xml to Carrier Config.
This will permit the simplification of SPN
overriding logic.

Bug: 68049890
Test: compilation + boot
Change-Id: Icf12b5a7e675e3f99a4d017418c84b3d0d414a21
diff --git a/assets/carrier_config_42507.xml b/assets/carrier_config_42507.xml
index 8058613..5573e91 100644
--- a/assets/carrier_config_42507.xml
+++ b/assets/carrier_config_42507.xml
@@ -4,5 +4,7 @@
         <string-array name="non_roaming_operator_string_array" num="1">
             <item value="42503"/>
         </string-array>
+        <boolean name="carrier_name_override_bool" value="true" />
+        <string name="carrier_name_string">HOT mobile</string>
     </carrier_config>
 </carrier_config_list>