diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2012-09-05 16:04:19 -0700 |
---|---|---|
committer | Jean-Baptiste Queru <jbq@google.com> | 2012-09-05 16:04:19 -0700 |
commit | 2ab957b5b95d7a80cb5c543b04f8bf93316952d1 (patch) | |
tree | d8917f0ef0c07f0bfc602f0aeddc8927a2c889b9 | |
parent | 264ddbcec5d8455eb17b42b1b892afcb81477147 (diff) | |
download | device_common-2ab957b5b95d7a80cb5c543b04f8bf93316952d1.zip device_common-2ab957b5b95d7a80cb5c543b04f8bf93316952d1.tar.gz device_common-2ab957b5b95d7a80cb5c543b04f8bf93316952d1.tar.bz2 |
More cleanup
Change-Id: Ic60b4f611662a00eee40e13b7defdecb2b87abcf
-rwxr-xr-x | generate-blob-lists.sh | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/generate-blob-lists.sh b/generate-blob-lists.sh index 0881fdb..b871338 100755 --- a/generate-blob-lists.sh +++ b/generate-blob-lists.sh @@ -42,7 +42,7 @@ then fi shift -DEVICES="panda maguro toro toroplus grouper tilapia mako manta" +DEVICES="panda maguro toro grouper tilapia manta" export LC_ALL=C repo sync -j32 -n @@ -56,8 +56,10 @@ then else mkdir $ARCHIVEDIR - rm -rf device/moto/common device/moto/stingray device/moto/wingray - rm -rf device/samsung/crespo device/samsung/crespo4g + rm -rf device/lge + rm -rf device/moto + rm -rf device/samsung/crespo* + rm -rf hardware/qcom . build/envsetup.sh for DEVICENAME in $DEVICES do @@ -69,7 +71,6 @@ else sort -f > $ARCHIVEDIR/$DEVICENAME-with.txt done rm -rf vendor - rm -rf hardware/qcom/audio hardware/qcom/camera hardware/qcom/gps for DEVICENAME in $DEVICES do rm -rf out |