summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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