4de3706b0f
Change-Id: If94ab716eb95da7cf3c5f58b1265fcf630edc5e5
27 lines
974 B
Makefile
27 lines
974 B
Makefile
# IRSC
|
|
PRODUCT_COPY_FILES += \
|
|
$(LOCAL_PATH)/configs/sec_config:system/etc/sec_config
|
|
|
|
# Permissions
|
|
PRODUCT_COPY_FILES += \
|
|
frameworks/native/data/etc/android.hardware.telephony.gsm.xml:system/etc/permissions/android.hardware.telephony.gsm.xml \
|
|
frameworks/native/data/etc/android.hardware.telephony.cdma.xml:system/etc/permissions/android.hardware.telephony.cdma.xml \
|
|
frameworks/native/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml
|
|
|
|
# Properties
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
|
persist.data.mode=concurrent \
|
|
persist.data.netmgrd.qos.enable=true \
|
|
persist.radio.apm_sim_not_pwdn=1 \
|
|
persist.radio.custom_ecc=1 \
|
|
persist.radio.multisim.config=dsds \
|
|
persist.radio.sib16_support=1 \
|
|
rild.libpath=/vendor/lib64/libril-qc-qmi-1.so \
|
|
ro.telephony.default_network=20 \
|
|
ro.use_data_netmgrd=true
|
|
|
|
# RIL
|
|
PRODUCT_PACKAGES += \
|
|
libcnefeatureconfig \
|
|
librmnetctl \
|
|
libxml2
|