From 8b254e1710f22239c9a57521bab28c8033aecb42 Mon Sep 17 00:00:00 2001 From: Daniel Hillenbrand Date: Sun, 26 May 2013 02:15:57 +0200 Subject: p5100: use opensource libril from omap4-common Change-Id: I4d0ef03dd4ae5c74fb96faf77c21859949f575d4 --- BoardConfig.mk | 3 +++ p5100.mk | 1 - proprietary-p5100-files.txt | 1 - 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index b50d437..ad483f4 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -19,6 +19,9 @@ TARGET_BOARD_INFO_FILE := device/samsung/p5100/board-info.txt +# RIL +BOARD_PROVIDES_LIBRIL := true + # Inline kernel building TARGET_KERNEL_SOURCE := kernel/samsung/espresso10 TARGET_KERNEL_CONFIG := cyanogenmod_p5100_defconfig diff --git a/p5100.mk b/p5100.mk index ee5df8c..0440288 100644 --- a/p5100.mk +++ b/p5100.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-p5100-files.txt b/proprietary-p5100-files.txt index 0516e5f..c9d5509 100644 --- a/proprietary-p5100-files.txt +++ b/proprietary-p5100-files.txt @@ -1,4 +1,3 @@ sbin/cbd -system/lib/libril.so system/lib/libsec-ril.so system/lib/libsecril-client.so -- cgit v1.1