From b41f5515d8c1c533607be6fe06bfb6e6d6557fe5 Mon Sep 17 00:00:00 2001 From: Daniel Hillenbrand Date: Sun, 26 May 2013 02:15:39 +0200 Subject: p3100: use opensource libril from omap4-common Change-Id: Id2c587378808734770a08fc6cb9127c506040130 --- BoardConfig.mk | 3 +++ p3100.mk | 1 - proprietary-p3100-files.txt | 1 - 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index 1c781d9..700921b 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -19,6 +19,9 @@ TARGET_BOARD_INFO_FILE := device/samsung/p3100/board-info.txt +# RIL +BOARD_PROVIDES_LIBRIL := true + # Inline kernel building TARGET_KERNEL_SOURCE := kernel/samsung/espresso10 TARGET_KERNEL_CONFIG := cyanogenmod_p3100_defconfig diff --git a/p3100.mk b/p3100.mk index 1cbd084..30ff2a8 100644 --- a/p3100.mk +++ b/p3100.mk @@ -31,7 +31,6 @@ PRODUCT_PACKAGES += \ # RIL PRODUCT_PROPERTY_OVERRIDES += \ - ro.telephony.ril_class=SamsungExynos4RIL \ mobiledata.interfaces=pdp0,wlan0,gprs,ppp0 # These are the hardware-specific features diff --git a/proprietary-p3100-files.txt b/proprietary-p3100-files.txt index b9bba2a..873ab27 100644 --- a/proprietary-p3100-files.txt +++ b/proprietary-p3100-files.txt @@ -1,5 +1,4 @@ sbin/cbd -system/lib/libril.so system/lib/libsec-ril.so system/lib/libsecril-client.so system/lib/hw/sensors.omap4.so -- cgit v1.1