OSDN Git Service

Add a few devices to the mix.
authorJean-Baptiste Queru <jbq@google.com>
Fri, 15 Apr 2011 22:28:48 +0000 (15:28 -0700)
committerJean-Baptiste Queru <jbq@google.com>
Fri, 15 Apr 2011 22:29:40 +0000 (15:29 -0700)
Also force-chmod the output scripts to +x

Change-Id: Ie658dc96d6b6e18a27bdc50bfb0d735bcf4b320e

generate-blob-scripts.sh

index 8079c67..faacef0 100755 (executable)
@@ -43,7 +43,7 @@ then
 fi
 shift
 
-DEVICES="passion crespo crespo4g stingray"
+DEVICES="passion crespo crespo4g stingray wingray tuna toro"
 
 ARCHIVEDIR=archive-$(date +%s)
 mkdir $ARCHIVEDIR
@@ -187,6 +187,7 @@ do
 
     ) > $ARCHIVEDIR/$DEVICENAME-$FILESTYLE-files.sh
     cp $ARCHIVEDIR/$DEVICENAME-$FILESTYLE-files.sh device/$MANUFACTURERNAME/$DEVICENAME/$FILESTYLE-files.sh
+    chmod a+x device/$MANUFACTURERNAME/$DEVICENAME/$FILESTYLE-files.sh
   done
 
   (