summaryrefslogtreecommitdiffstats
path: root/extract-files.sh
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2011-10-03 00:12:08 -0700
committerJean-Baptiste Queru <jbq@google.com>2011-10-03 00:12:08 -0700
commit30e61bf55429654b5ad51d74994405edf110426a (patch)
tree70d43a4bd3cbc38de8b00ca4f269ad87b7c310f7 /extract-files.sh
parent7d1fcd19879b2f3dc38c0497f3029ebca0f8597d (diff)
downloaddevice_samsung_maguro-30e61bf55429654b5ad51d74994405edf110426a.zip
device_samsung_maguro-30e61bf55429654b5ad51d74994405edf110426a.tar.gz
device_samsung_maguro-30e61bf55429654b5ad51d74994405edf110426a.tar.bz2
auto-generated blob-handling scripts
Bug: 4295425 Change-Id: I7ec9889a2ebe514fbcce2a0c6795f97956f10801
Diffstat (limited to 'extract-files.sh')
-rwxr-xr-xextract-files.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/extract-files.sh b/extract-files.sh
index 4992849..8c3e05f 100755
--- a/extract-files.sh
+++ b/extract-files.sh
@@ -20,6 +20,8 @@ DEVICE=maguro
MANUFACTURER=samsung
mkdir -p ../../../vendor/$MANUFACTURER/$DEVICE/proprietary
+adb pull /system/bin/fRom ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/fRom
+chmod 755 ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/fRom
adb pull /system/lib/libsecril-client.so ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/libsecril-client.so
adb pull /system/vendor/bin/pvrsrvinit ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/pvrsrvinit
chmod 755 ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/pvrsrvinit
@@ -66,6 +68,7 @@ PRODUCT_COPY_FILES := \\
# All the blobs necessary for maguro
PRODUCT_COPY_FILES += \\
+ vendor/__MANUFACTURER__/__DEVICE__/proprietary/fRom:system/bin/fRom \\
vendor/__MANUFACTURER__/__DEVICE__/proprietary/libsecril-client.so:system/lib/libsecril-client.so \\
vendor/__MANUFACTURER__/__DEVICE__/proprietary/pvrsrvinit:system/vendor/bin/pvrsrvinit \\
vendor/__MANUFACTURER__/__DEVICE__/proprietary/sirfgps.conf:system/vendor/etc/sirfgps.conf \\