summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2012-06-26 11:34:40 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-06-26 11:34:40 -0700
commit4895b6f540cc0c6d1111c48833999dd0624ccf2b (patch)
tree16db192ce7121cee6fd0d00df87e7fdcec62268a
parentece4e65299eb1fbf15b0cc30cba6eadd6798569b (diff)
parent0f62f63f115007540b30176e225bf3ec58f1ae64 (diff)
downloaddevice_common-4895b6f540cc0c6d1111c48833999dd0624ccf2b.zip
device_common-4895b6f540cc0c6d1111c48833999dd0624ccf2b.tar.gz
device_common-4895b6f540cc0c6d1111c48833999dd0624ccf2b.tar.bz2
am 0f62f63f: Build libdrmdecrypt in a different environment - DO NOT MERGE
* commit '0f62f63f115007540b30176e225bf3ec58f1ae64': Build libdrmdecrypt in a different environment - DO NOT MERGE
-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 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 |