summaryrefslogtreecommitdiffstats
path: root/device.mk
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 /device.mk
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
Diffstat (limited to 'device.mk')
-rw-r--r--device.mk5
1 files changed, 5 insertions, 0 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)