From 2e8292ce08727bd86a9a12a537418df046d73bc2 Mon Sep 17 00:00:00 2001 From: Wolfgang Wiedmeyer Date: Fri, 5 Feb 2016 13:14:52 +0100 Subject: remove more hacks for proprietary RIL libsamsung_symbols and ril-wrapper aren't present anymore, anyway The LD_SHIM_LIBS export of libsamsung-ril is not needed. Signed-off-by: Wolfgang Wiedmeyer --- i9300.mk | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'i9300.mk') diff --git a/i9300.mk b/i9300.mk index 1e9ce76..41e5993 100644 --- a/i9300.mk +++ b/i9300.mk @@ -63,14 +63,9 @@ PRODUCT_PACKAGES += \ SamsungServiceMode \ tinyplay -# RIL -PRODUCT_PACKAGES += \ - libsamsung_symbols \ - ril-wrapper - # NFC PRODUCT_PACKAGES += \ - nfc.exynos4 \ + nfc.exynos4 \ libnfc \ libnfc_jni \ Nfc \ @@ -110,7 +105,7 @@ PRODUCT_PROPERTY_OVERRIDES += \ # These are the hardware-specific features PRODUCT_COPY_FILES += \ - frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \ + frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \ frameworks/native/data/etc/android.hardware.telephony.gsm.xml:system/etc/permissions/android.hardware.telephony.gsm.xml $(call inherit-product-if-exists, vendor/samsung/i9300/i9300-vendor.mk) -- cgit v1.1