diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2012-09-05 15:29:27 -0700 |
---|---|---|
committer | Jean-Baptiste Queru <jbq@google.com> | 2012-09-05 15:29:27 -0700 |
commit | 264ddbcec5d8455eb17b42b1b892afcb81477147 (patch) | |
tree | 1bbe329718b0e03fb1716a6bcaacc0e4a1283bb6 | |
parent | 308e2448a69afbe6a0583f54d31abaf969cbea0d (diff) | |
download | device_common-264ddbcec5d8455eb17b42b1b892afcb81477147.zip device_common-264ddbcec5d8455eb17b42b1b892afcb81477147.tar.gz device_common-264ddbcec5d8455eb17b42b1b892afcb81477147.tar.bz2 |
Remove crespo and stingray earlier
Change-Id: I6218a5aa634a6da78582d24fc5b263ee3726c7c8
-rwxr-xr-x | generate-blob-lists.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generate-blob-lists.sh b/generate-blob-lists.sh index 479676d..0881fdb 100755 --- a/generate-blob-lists.sh +++ b/generate-blob-lists.sh @@ -56,6 +56,8 @@ then else mkdir $ARCHIVEDIR + rm -rf device/moto/common device/moto/stingray device/moto/wingray + rm -rf device/samsung/crespo device/samsung/crespo4g . build/envsetup.sh for DEVICENAME in $DEVICES do @@ -68,8 +70,6 @@ else done rm -rf vendor rm -rf hardware/qcom/audio hardware/qcom/camera hardware/qcom/gps - rm -rf device/moto/common device/moto/stingray device/moto/wingray - rm -rf device/samsung/crespo device/samsung/crespo4g for DEVICENAME in $DEVICES do rm -rf out |