blob: 7b4edff37792a0cca83b9a199884339822e1d974 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Properties
PRODUCT_PROPERTY_OVERRIDES += \
persist.radio.multisim.config=dsds \
persist.radio.custom_ecc=1 \
persist.radio.ecc_hard_1=998 \
persist.radio.ecc_hard_count=1 \
rild.libpath=/system/vendor/lib/libril-qc-qmi-1.so \
ro.telephony.default_network=9,9
# RIL
ifeq ($(QCPATH),)
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/data/netmgr_config.xml:system/etc/data/netmgr_config.xml \
$(LOCAL_PATH)/configs/data/qmi_config.xml:system/etc/data/qmi_config.xml \
$(LOCAL_PATH)/configs/data/dsi_config.xml:system/etc/data/dsi_config.xml \
$(LOCAL_PATH)/configs/data/NsrmConfiguration.xml:system/etc/dpm/nsrm/NsrmConfiguration.xml \
$(LOCAL_PATH)/configs/data/dpm.conf:system/etc/dpm/dpm.conf
endif
|