diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2011-11-09 09:44:53 -0800 |
---|---|---|
committer | Jean-Baptiste Queru <jbq@google.com> | 2011-11-09 09:44:53 -0800 |
commit | 28b7cc7e41f9521a2e9e3b197ed2f750acc4cc15 (patch) | |
tree | f0a93eb38f2d7b85bd4c74e5ca0b050df0e7077d | |
parent | 371b1b611872c61d09243d974c5993cbe60a1d15 (diff) | |
download | device_common-28b7cc7e41f9521a2e9e3b197ed2f750acc4cc15.zip device_common-28b7cc7e41f9521a2e9e3b197ed2f750acc4cc15.tar.gz device_common-28b7cc7e41f9521a2e9e3b197ed2f750acc4cc15.tar.bz2 |
Handle wingray and stingray separately
Change-Id: I7d185f1f25375ae2e76a9c1a4a2020ea6d0cdd78
-rwxr-xr-x | generate-blob-scripts.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generate-blob-scripts.sh b/generate-blob-scripts.sh index 4b3de72..3b086bf 100755 --- a/generate-blob-scripts.sh +++ b/generate-blob-scripts.sh @@ -43,7 +43,7 @@ then fi shift -DEVICES="crespo crespo4g stingray panda toro maguro" +DEVICES="crespo crespo4g stingray wingray panda toro maguro" repo sync repo sync |