resolved conflicts for merge of 479368b4 to master
Change-Id: Ie000624d9b3f194d47fc506347c4e4ad5b19101b
diff --git a/generate-blob-lists.sh b/generate-blob-lists.sh
index c397c33..cae5b74 100755
--- a/generate-blob-lists.sh
+++ b/generate-blob-lists.sh
@@ -42,7 +42,7 @@
fi
shift
-DEVICES="crespo crespo4g wingray panda maguro grouper"
+DEVICES="crespo crespo4g wingray panda maguro grouper manta"
export LC_ALL=C
repo sync -j32 -n
@@ -60,16 +60,6 @@
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 |