diff options
author | Daniel Hillenbrand <codeworkx@cyanogenmod.org> | 2013-05-26 02:15:57 +0200 |
---|---|---|
committer | Daniel Hillenbrand <codeworkx@cyanogenmod.org> | 2013-05-26 02:15:57 +0200 |
commit | 8b254e1710f22239c9a57521bab28c8033aecb42 (patch) | |
tree | 60e68efb26b4d5f787799106986785d500454d85 | |
parent | 98bef4efe08ccaf40b8f2acc3deaca819ec6505f (diff) | |
download | device_samsung_p5100-8b254e1710f22239c9a57521bab28c8033aecb42.zip device_samsung_p5100-8b254e1710f22239c9a57521bab28c8033aecb42.tar.gz device_samsung_p5100-8b254e1710f22239c9a57521bab28c8033aecb42.tar.bz2 |
p5100: use opensource libril from omap4-common
Change-Id: I4d0ef03dd4ae5c74fb96faf77c21859949f575d4
-rw-r--r-- | BoardConfig.mk | 3 | ||||
-rw-r--r-- | p5100.mk | 1 | ||||
-rw-r--r-- | 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 @@ -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 |