diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2011-06-03 14:42:57 -0700 |
---|---|---|
committer | Jean-Baptiste Queru <jbq@google.com> | 2011-06-03 14:42:57 -0700 |
commit | ca5cc3b9600e9483f2e4dcd78cd1e9a3b7de379c (patch) | |
tree | 37dd424a36a0dd8d1b0bd16f4fdfeb804c4b26c9 /unzip-files.sh | |
parent | 4a4ccb43b1806bcff0e033db7dd38c5f02114b61 (diff) | |
download | device_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 'unzip-files.sh')
-rwxr-xr-x | unzip-files.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/unzip-files.sh b/unzip-files.sh index 1d5b928..b55cb11 100755 --- a/unzip-files.sh +++ b/unzip-files.sh @@ -20,6 +20,7 @@ DEVICE=crespo MANUFACTURER=samsung mkdir -p ../../../vendor/$MANUFACTURER/$DEVICE/proprietary +unzip -j -o ../../../${DEVICE}_update.zip system/lib/libpn544_fw.so -d ../../../vendor/$MANUFACTURER/$DEVICE/proprietary unzip -j -o ../../../${DEVICE}_update.zip system/lib/libsecril-client.so -d ../../../vendor/$MANUFACTURER/$DEVICE/proprietary unzip -j -o ../../../${DEVICE}_update.zip system/vendor/bin/gpsd -d ../../../vendor/$MANUFACTURER/$DEVICE/proprietary 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 \\ |