diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2012-09-04 11:20:41 -0700 |
---|---|---|
committer | Jean-Baptiste Queru <jbq@google.com> | 2012-09-04 11:20:41 -0700 |
commit | 308e2448a69afbe6a0583f54d31abaf969cbea0d (patch) | |
tree | dddb56861ab72d686fa8242d07fb5f309f63b2db | |
parent | b528dd6955abeac5627d98ed70076de44dbe27df (diff) | |
download | device_common-308e2448a69afbe6a0583f54d31abaf969cbea0d.zip device_common-308e2448a69afbe6a0583f54d31abaf969cbea0d.tar.gz device_common-308e2448a69afbe6a0583f54d31abaf969cbea0d.tar.bz2 |
Better tree cleanup for blob generation.
The AOSP boundary isn't exactly the vendor/ tree at the moment.
Change-Id: I01da343911a49f1eac6c4aaf0a458cac82dc3a81
-rwxr-xr-x | generate-blob-lists.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/generate-blob-lists.sh b/generate-blob-lists.sh index 2d9ee91..479676d 100755 --- a/generate-blob-lists.sh +++ b/generate-blob-lists.sh @@ -66,7 +66,10 @@ else cut -b 15- | sort -f > $ARCHIVEDIR/$DEVICENAME-with.txt done - rm -rf vendor hardware/qcom/audio hardware/qcom/camera hardware/qcom/gps + 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 |