diff options
-rwxr-xr-x | generate-blob-lists.sh | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/generate-blob-lists.sh b/generate-blob-lists.sh index 6e3c7ce..940e0a3 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="crespo crespo4g wingray panda maguro toro grouper mako manta" export LC_ALL=C repo sync -j32 -n @@ -60,16 +60,6 @@ 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 | |