summaryrefslogtreecommitdiffstats
path: root/generate-blob-lists.sh
diff options
context:
space:
mode:
Diffstat (limited to 'generate-blob-lists.sh')
-rwxr-xr-xgenerate-blob-lists.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/generate-blob-lists.sh b/generate-blob-lists.sh
index ab6a81f..6d74c16 100755
--- a/generate-blob-lists.sh
+++ b/generate-blob-lists.sh
@@ -60,6 +60,16 @@ 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 |