diff options
-rwxr-xr-x | n5100.mk | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -25,15 +25,21 @@ PRODUCT_COPY_FILES += \ # RIL PRODUCT_PROPERTY_OVERRIDES += \ ro.telephony.ril_class=SamsungExynos4RIL \ - mobiledata.interfaces=pdp0,wlan0,gprs,ppp0 + ro.telephony.call_ring.multiple=false \ + ro.telephony.call_ring.delay=3000 PRODUCT_PACKAGES += \ libsecril-client \ libsecril-client-sap +PRODUCT_PACKAGES += \ + libxml2 \ + libprotobuf-cpp-full + # These are the hardware-specific features PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/include/hardware/gps.xml:system/etc/gps.xml \ + $(LOCAL_PATH)/include/hardware/gps.xml:vendor/etc/gps.xml \ frameworks/native/data/etc/android.hardware.telephony.gsm.xml:system/etc/permissions/android.hardware.telephony.gsm.xml \ frameworks/native/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml \ frameworks/native/data/etc/android.software.sip.xml:system/etc/permissions/android.software.sip.xml \ |