summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xgenerate-blob-lists.sh28
1 files changed, 17 insertions, 11 deletions
diff --git a/generate-blob-lists.sh b/generate-blob-lists.sh
index 6e3c7ce..918cf20 100755
--- a/generate-blob-lists.sh
+++ b/generate-blob-lists.sh
@@ -42,7 +42,7 @@ then
fi
shift
-DEVICES="crespo crespo4g wingray panda maguro toro grouper"
+DEVICES="maguro toro grouper"
export LC_ALL=C
repo sync -j32 -n
@@ -60,22 +60,28 @@ else
for DEVICENAME in $DEVICES
do
rm -rf out
- if test $DEVICENAME = maguro
- then
- lunch yakju-user
- make -j32 libdrmdecrypt
- fi
- if test $DEVICENAME = toro
- then
- lunch mysid-user
- make -j32 libdrmdecrypt
- fi
lunch full_$DEVICENAME-user
make -j32
cat out/target/product/$DEVICENAME/installed-files.txt |
cut -b 15- |
sort -f > $ARCHIVEDIR/$DEVICENAME-with.txt
done
+ rm -rf device/asus/tilapia
+ rm -rf device/lge
+ rm -rf device/moto
+ rm -rf device/samsung/manta
+ rm -rf device/samsung/crespo*
+ rm -rf device/samsung/toro*p*
+ rm -rf external/eigen
+ rm -rf external/libnfc-nci
+ rm -rf hardware/broadcom/nfc
+ rm -rf hardware/msm7k
+ rm -rf hardware/qcom
+ rm -rf hardware/samsung_slsi
+ rm -rf packages/apps/Camera
+ rm -rf packages/apps/Gallery2
+ rm -rf packages/apps/Nfc
+ rm -rf packages/apps/PhoneCommon
rm -rf vendor
for DEVICENAME in $DEVICES
do