summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Heyl <edheyl@google.com>2010-08-26 14:46:10 -0700
committerEd Heyl <edheyl@google.com>2010-08-26 14:46:10 -0700
commit0e15030fe0906721b7e6bbaa72ec21a00710182e (patch)
tree0533e666ff00a6999ffea015a15989dd56751e0a
parent3126606fbba216dd0aabf68cbacc13642014095d (diff)
downloaddevice_samsung_crespo-0e15030fe0906721b7e6bbaa72ec21a00710182e.zip
device_samsung_crespo-0e15030fe0906721b7e6bbaa72ec21a00710182e.tar.gz
device_samsung_crespo-0e15030fe0906721b7e6bbaa72ec21a00710182e.tar.bz2
S5PC11X: RIL: Copy library files to system directory to support ril
Change-Id: Ib40baade5fdeedfe4e9174ba573b13dcd04c1e71
-rw-r--r--device.mk5
-rw-r--r--system.prop4
2 files changed, 7 insertions, 2 deletions
diff --git a/device.mk b/device.mk
index 286c4fb..482d450 100644
--- a/device.mk
+++ b/device.mk
@@ -38,6 +38,11 @@ PRODUCT_COPY_FILES += \
vendor/samsung/crespo/libpvrANDROID_WSEGL.so:system/lib/libpvrANDROID_WSEGL.so \
vendor/samsung/crespo/pvrsrvinit:system/bin/pvrsrvinit
endif
+PRODUCT_COPY_FILES += \
+ vendor/samsung/crespo/libril.so:system/lib/libril.so \
+ vendor/samsung/crespo/libsec-ril.so:system/lib/libsec-ril.so \
+ vendor/samsung/crespo/libsecril-client.so:system/lib/libsecril-client.so \
+ vendor/samsung/crespo/rild:system/bin/rild \
# Get non-open-source aspects if available
$(call inherit-product-if-exists, vendor/samsung/crespo/device-vendor.mk)
diff --git a/system.prop b/system.prop
index 5d79a2d..8e48f8d 100644
--- a/system.prop
+++ b/system.prop
@@ -2,6 +2,6 @@
# system.prop for smdkc110
#
-rild.libpath=/system/lib/libreference-ril.so
+rild.libpath=/system/lib/libsec-ril.so
rild.libargs=-d /dev/ttyS0
-ro.sf.lcd_density=240 \ No newline at end of file
+ro.sf.lcd_density=240