summaryrefslogtreecommitdiffstats
path: root/extract-files.sh
diff options
context:
space:
mode:
Diffstat (limited to 'extract-files.sh')
-rwxr-xr-xextract-files.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/extract-files.sh b/extract-files.sh
index 68d597f..651a13b 100755
--- a/extract-files.sh
+++ b/extract-files.sh
@@ -31,7 +31,6 @@ for FILE in `cat proprietary-files.txt | grep -v ^# | grep -v ^$`; do
fi
adb pull /$FILE $DEVICEBASE/$FILE
done
-adb pull /system/lib/hw/vendor-camera.exynos4.so $DEVICEBASE/system/lib/hw/camera.exynos4.so
(cat << EOF) | sed s/__DEVICE__/$DEVICE/g | sed s/__VENDOR__/$VENDOR/g > $DEVICEMAKEFILE