am 9d87133e: am 6e11de2e: am e7d43e37: am e1b1f641: am ec41323d: am 6aa21b8c: (-s ours) am f8bd3707: Don\'t track binaries for newer devices

* commit '9d87133ef70376f0e8c8fb7eda818ce6f6a9c1d2':
  Don't track binaries for newer devices
diff --git a/generate-blob-lists.sh b/generate-blob-lists.sh
index e147605..2911e29 100755
--- a/generate-blob-lists.sh
+++ b/generate-blob-lists.sh
@@ -42,14 +42,14 @@
 fi
 shift
 
-DEVICES=$(for i in device/*/*/proprietary-blobs.txt ; do basename $(dirname $i) ; done)
-
-export LC_ALL=C
-
 repo sync -j32 -n
 repo sync -j32 -n
 repo sync -j2 -l
 
+DEVICES=$(for i in device/*/*/proprietary-blobs.txt ; do basename $(dirname $i) ; done)
+
+export LC_ALL=C
+
 ARCHIVEDIR=archive-$(date +%s)
 if test -d archive-ref
 then
@@ -68,7 +68,6 @@
       sort -f > $ARCHIVEDIR/$DEVICENAME-with.txt
   done
   rm -rf vendor
-  rm -rf hardware/qcom/camera
   rm -rf hardware/qcom/gps
   for DEVICENAME in $DEVICES
   do
@@ -113,7 +112,7 @@
     (
       cd device/$MANUFACTURERNAME/$DEVICENAME
       git add .
-      git commit -m "$(echo -e 'auto-generated blob list\n\nBug: 4295425')"
+      git commit -m "$(echo -e 'auto-generated blob list for '$DEVICENAME'\n\nBug: 4295425')"
       if test "$1" != "" -a "$2" != ""
       then
         echo uploading to server $1 branch $2