From 6423b9447537d657bf62c0e47aee6ebca5464ef5 Mon Sep 17 00:00:00 2001 From: RGIB Date: Wed, 22 Jun 2016 12:32:56 +0200 Subject: n5100 : cleanup Change-Id: Ic89350225ffec0f96cbe38872aae8b0cc635b6a6 --- n5100.mk | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'n5100.mk') diff --git a/n5100.mk b/n5100.mk index 1f4ba90..aebbf48 100755 --- a/n5100.mk +++ b/n5100.mk @@ -25,12 +25,15 @@ PRODUCT_COPY_FILES += \ # RIL PRODUCT_PROPERTY_OVERRIDES += \ ro.telephony.ril_class=SamsungExynos4RIL \ - mobiledata.interfaces=pdp0,wlan0,gprs,ppp0 \ - ro.ril.hsxpa=1 \ - ro.ril.gprsclass=10 + mobiledata.interfaces=pdp0,wlan0,gprs,ppp0 + +PRODUCT_PACKAGES += \ + libsecril-client \ + libsecril-client-sap # These are the hardware-specific features PRODUCT_COPY_FILES += \ + $(LOCAL_PATH)/include/hardware/gps.xml:system/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 \ @@ -38,4 +41,4 @@ PRODUCT_COPY_FILES += \ # Include common makefile $(call inherit-product, device/samsung/kona-common/kona-common.mk) -$(call inherit-product, vendor/samsung/n5100/n5100-vendor.mk) \ No newline at end of file +$(call inherit-product, vendor/samsung/n5100/n5100-vendor.mk) -- cgit v1.1