aboutsummaryrefslogtreecommitdiffstats
path: root/n5100.mk
diff options
context:
space:
mode:
Diffstat (limited to 'n5100.mk')
-rwxr-xr-xn5100.mk8
1 files changed, 7 insertions, 1 deletions
diff --git a/n5100.mk b/n5100.mk
index aebbf48..65784b2 100755
--- a/n5100.mk
+++ b/n5100.mk
@@ -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 \