summaryrefslogtreecommitdiffstats
path: root/i9300.mk
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-02-05 13:14:52 +0100
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-02-05 13:14:52 +0100
commit2e8292ce08727bd86a9a12a537418df046d73bc2 (patch)
tree910b5ca1ceb15cd47fa45ad9dc3121217cd5e433 /i9300.mk
parentb7990c8ed1378da4e131b65659d3b0c5e918bdc5 (diff)
downloaddevice_samsung_i9300-2e8292ce08727bd86a9a12a537418df046d73bc2.zip
device_samsung_i9300-2e8292ce08727bd86a9a12a537418df046d73bc2.tar.gz
device_samsung_i9300-2e8292ce08727bd86a9a12a537418df046d73bc2.tar.bz2
remove more hacks for proprietary RILreplicant-6.0-alpha-0002
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 <wolfgit@wiedmeyer.de>
Diffstat (limited to 'i9300.mk')
-rw-r--r--i9300.mk9
1 files changed, 2 insertions, 7 deletions
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)