From 0f62f63f115007540b30176e225bf3ec58f1ae64 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Queru Date: Mon, 25 Jun 2012 15:51:01 -0700 Subject: Build libdrmdecrypt in a different environment - DO NOT MERGE Bug: 4295425 Change-Id: If483e5a72aa3e37d4faa46c28f5c170deb647996 --- generate-blob-lists.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/generate-blob-lists.sh b/generate-blob-lists.sh index f12936c..be6fe46 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 | -- cgit v1.1