From 5621f932ef6598a72e060aa0a1823182584d705d Mon Sep 17 00:00:00 2001 From: Wolfgang Wiedmeyer Date: Wed, 10 May 2017 22:41:55 +0200 Subject: use Samsung-RIL Signed-off-by: Wolfgang Wiedmeyer --- device.mk | 4 ++++ system.prop | 4 +--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/device.mk b/device.mk index df33f4a..847974c 100644 --- a/device.mk +++ b/device.mk @@ -24,5 +24,9 @@ DEVICE_PACKAGE_OVERLAYS := device/samsung/maguro/overlay PRODUCT_COPY_FILES := \ frameworks/native/data/etc/android.hardware.telephony.gsm.xml:system/etc/permissions/android.hardware.telephony.gsm.xml +# RIL +PRODUCT_PACKAGES += \ + libsamsung-ril + $(call inherit-product, device/samsung/tuna/device.mk) $(call inherit-product-if-exists, vendor/samsung/maguro/maguro-vendor.mk) diff --git a/system.prop b/system.prop index 817fbcb..bb30c0b 100644 --- a/system.prop +++ b/system.prop @@ -1,9 +1,7 @@ # # system.prop for maguro # -rild.libpath=/system/lib/libsecril-shim.so +rild.libpath=/system/lib/libsamsung-ril.so rild.libargs=-d /dev/ttys0 -- telephony.lteOnCdmaDevice=0 -# Ril sends only one RIL_UNSOL_CALL_RING, so set call_ring.multiple to false -ro.telephony.call_ring.multiple=0 -- cgit v1.1