sdm660-common: fix manual network selection

* Fixes couldn't connect to manual networks

Change-Id: Ifda9e49e34bfe68bf5157316086312aed45115d6
This commit is contained in:
Keerten 2020-05-25 14:34:08 +05:30 committed by OdSazib
parent 1025a94d31
commit e7656c2f04
No known key found for this signature in database
GPG key ID: CB336514F9F5CF69
2 changed files with 0 additions and 2 deletions

View file

@ -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

View file

@ -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 += \