summaryrefslogtreecommitdiffstats
path: root/extract-files.sh
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2011-06-03 14:42:57 -0700
committerJean-Baptiste Queru <jbq@google.com>2011-06-03 14:42:57 -0700
commitca5cc3b9600e9483f2e4dcd78cd1e9a3b7de379c (patch)
tree37dd424a36a0dd8d1b0bd16f4fdfeb804c4b26c9 /extract-files.sh
parent4a4ccb43b1806bcff0e033db7dd38c5f02114b61 (diff)
downloaddevice_samsung_crespo-ca5cc3b9600e9483f2e4dcd78cd1e9a3b7de379c.zip
device_samsung_crespo-ca5cc3b9600e9483f2e4dcd78cd1e9a3b7de379c.tar.gz
device_samsung_crespo-ca5cc3b9600e9483f2e4dcd78cd1e9a3b7de379c.tar.bz2
auto-generated blob-handling scripts
Change-Id: If4dab3c441a5c2d4cabd24bf9a779f4d940561e9
Diffstat (limited to 'extract-files.sh')
-rwxr-xr-xextract-files.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/extract-files.sh b/extract-files.sh
index fa005fe..e500c9b 100755
--- a/extract-files.sh
+++ b/extract-files.sh
@@ -20,6 +20,7 @@ DEVICE=crespo
MANUFACTURER=samsung
mkdir -p ../../../vendor/$MANUFACTURER/$DEVICE/proprietary
+adb pull /system/lib/libpn544_fw.so ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/libpn544_fw.so
adb pull /system/lib/libsecril-client.so ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/libsecril-client.so
adb pull /system/vendor/bin/gpsd ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/gpsd
chmod 755 ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/gpsd
@@ -66,6 +67,7 @@ PRODUCT_COPY_FILES := \\
# All the blobs necessary for crespo
PRODUCT_COPY_FILES += \\
+ vendor/__MANUFACTURER__/__DEVICE__/proprietary/libpn544_fw.so:system/lib/libpn544_fw.so \\
vendor/__MANUFACTURER__/__DEVICE__/proprietary/libsecril-client.so:system/lib/libsecril-client.so \\
vendor/__MANUFACTURER__/__DEVICE__/proprietary/gpsd:system/vendor/bin/gpsd \\
vendor/__MANUFACTURER__/__DEVICE__/proprietary/pvrsrvinit:system/vendor/bin/pvrsrvinit \\