sdm660-common: fix manual network selection
* Fixes couldn't connect to manual networks Change-Id: Ifda9e49e34bfe68bf5157316086312aed45115d6
This commit is contained in:
parent
1025a94d31
commit
e7656c2f04
2 changed files with 0 additions and 2 deletions
|
@ -227,7 +227,6 @@ OVERRIDE_RS_DRIVER := libRSDriver_adreno.so
|
||||||
# RIL
|
# RIL
|
||||||
PROTOBUF_SUPPORTED := true
|
PROTOBUF_SUPPORTED := true
|
||||||
TARGET_PROVIDES_QTI_TELEPHONY_JAR := true
|
TARGET_PROVIDES_QTI_TELEPHONY_JAR := true
|
||||||
TARGET_USES_ALTERNATIVE_MANUAL_NETWORK_SELECT := true
|
|
||||||
|
|
||||||
# SELinux
|
# SELinux
|
||||||
include device/qcom/sepolicy-legacy-um/sepolicy.mk
|
include device/qcom/sepolicy-legacy-um/sepolicy.mk
|
||||||
|
|
|
@ -273,7 +273,6 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
vendor.rild.libpath=/vendor/lib64/libril-qc-hal-qmi.so \
|
vendor.rild.libpath=/vendor/lib64/libril-qc-hal-qmi.so \
|
||||||
ro.telephony.default_network=9,9 \
|
ro.telephony.default_network=9,9 \
|
||||||
ro.telephony.iwlan_operation_mode=legacy \
|
ro.telephony.iwlan_operation_mode=legacy \
|
||||||
ro.telephony.use_old_mnc_mcc_format=true \
|
|
||||||
ro.vendor.use_data_netmgrd=true
|
ro.vendor.use_data_netmgrd=true
|
||||||
|
|
||||||
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
|
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
|
||||||
|
|
Loading…
Reference in a new issue