diff options
author | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2016-02-05 13:14:52 +0100 |
---|---|---|
committer | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2016-02-05 13:14:52 +0100 |
commit | 2e8292ce08727bd86a9a12a537418df046d73bc2 (patch) | |
tree | 910b5ca1ceb15cd47fa45ad9dc3121217cd5e433 | |
parent | b7990c8ed1378da4e131b65659d3b0c5e918bdc5 (diff) | |
download | device_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>
-rw-r--r-- | i9300.mk | 9 | ||||
-rw-r--r-- | rootdir/init.target.rc | 1 |
2 files changed, 2 insertions, 8 deletions
@@ -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) diff --git a/rootdir/init.target.rc b/rootdir/init.target.rc index 6be43a2..45b4501 100644 --- a/rootdir/init.target.rc +++ b/rootdir/init.target.rc @@ -1,5 +1,4 @@ on init - export LD_SHIM_LIBS /system/lib/libsamsung-ril.so # ko files for FM Radio insmod /system/lib/modules/Si4709_driver.ko |