OSDN Git Service

Add panda. Remove NFC special-case.
authorJean-Baptiste Queru <jbq@google.com>
Thu, 2 Jun 2011 15:59:48 +0000 (08:59 -0700)
committerJean-Baptiste Queru <jbq@google.com>
Thu, 2 Jun 2011 15:59:48 +0000 (08:59 -0700)
Change-Id: I8d8a738cbcd0dbf407c670cec6d9bc8ea663a8e3

generate-blob-scripts.sh

index bbf5abb..b0388eb 100755 (executable)
@@ -43,7 +43,7 @@ then
 fi
 shift
 
-DEVICES="crespo crespo4g stingray wingray tuna toro"
+DEVICES="crespo crespo4g stingray wingray tuna toro panda"
 
 ARCHIVEDIR=archive-$(date +%s)
 mkdir $ARCHIVEDIR
@@ -103,10 +103,6 @@ do
     echo 'mkdir -p ../../../vendor/$MANUFACTURER/$DEVICE/proprietary'
 
     diff $ARCHIVEDIR/$DEVICENAME-without.txt $ARCHIVEDIR/$DEVICENAME-with.txt |
-      grep -v Nfc\.apk\$ |
-      grep -v Tag\.apk\$ |
-      grep -v libnfc\.so\$ |
-      grep -v libnfc_jni\.so\$ |
       grep '>' |
       cut -b 3- |
       while read FULLPATH