summaryrefslogtreecommitdiffstats
path: root/extract-files.sh
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2011-03-01 13:14:39 -0800
committerJean-Baptiste Queru <jbq@google.com>2011-03-01 13:14:39 -0800
commit79cbf4c2232bde15da53d59574900d016996d7af (patch)
tree583c8dfc2808c2c7285abcdc94cdeac860bf0f50 /extract-files.sh
parentd9e2146390b3169099fad416ed7589c9dfd09869 (diff)
downloaddevice_samsung_crespo-79cbf4c2232bde15da53d59574900d016996d7af.zip
device_samsung_crespo-79cbf4c2232bde15da53d59574900d016996d7af.tar.gz
device_samsung_crespo-79cbf4c2232bde15da53d59574900d016996d7af.tar.bz2
auto-generated blob-handling scripts
Change-Id: I4d1bb30c37fb75bc5205b5d83056a9bf5183c1c0
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 18d52dc..ae73d55 100755
--- a/extract-files.sh
+++ b/extract-files.sh
@@ -29,6 +29,7 @@ adb pull /system/vendor/bin/pvrsrvinit ../../../vendor/$MANUFACTURER/$DEVICE/pro
chmod 755 ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/pvrsrvinit
adb pull /system/vendor/etc/gps.xml ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/gps.xml
adb pull /system/vendor/firmware/bcm4329.hcd ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/bcm4329.hcd
+adb pull /system/vendor/firmware/cypress-touchkey.bin ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/cypress-touchkey.bin
adb pull /system/vendor/firmware/nvram_net.txt ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/nvram_net.txt
adb pull /system/vendor/firmware/samsung_mfc_fw.bin ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/samsung_mfc_fw.bin
adb pull /system/vendor/lib/egl/libEGL_POWERVR_SGX540_120.so ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/libEGL_POWERVR_SGX540_120.so
@@ -77,6 +78,7 @@ PRODUCT_COPY_FILES += \\
vendor/__MANUFACTURER__/__DEVICE__/proprietary/pvrsrvinit:system/vendor/bin/pvrsrvinit \\
vendor/__MANUFACTURER__/__DEVICE__/proprietary/gps.xml:system/vendor/etc/gps.xml \\
vendor/__MANUFACTURER__/__DEVICE__/proprietary/bcm4329.hcd:system/vendor/firmware/bcm4329.hcd \\
+ vendor/__MANUFACTURER__/__DEVICE__/proprietary/cypress-touchkey.bin:system/vendor/firmware/cypress-touchkey.bin \\
vendor/__MANUFACTURER__/__DEVICE__/proprietary/nvram_net.txt:system/vendor/firmware/nvram_net.txt \\
vendor/__MANUFACTURER__/__DEVICE__/proprietary/samsung_mfc_fw.bin:system/vendor/firmware/samsung_mfc_fw.bin \\
vendor/__MANUFACTURER__/__DEVICE__/proprietary/libEGL_POWERVR_SGX540_120.so:system/vendor/lib/egl/libEGL_POWERVR_SGX540_120.so \\