• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

device/common


Commit MetaInfo

Revision0f62f63f115007540b30176e225bf3ec58f1ae64 (tree)
Time2012-06-26 08:18:00
AuthorJean-Baptiste Queru <jbq@goog...>
CommiterJean-Baptiste Queru

Log Message

Build libdrmdecrypt in a different environment - DO NOT MERGE

Bug: 4295425
Change-Id: If483e5a72aa3e37d4faa46c28f5c170deb647996

Change Summary

Incremental Difference

--- a/generate-blob-lists.sh
+++ b/generate-blob-lists.sh
@@ -60,6 +60,16 @@ else
6060 for DEVICENAME in $DEVICES
6161 do
6262 rm -rf out
63+ if test $DEVICENAME = maguro
64+ then
65+ lunch yakju-user
66+ make -j32 libdrmdecrypt
67+ fi
68+ if test $DEVICENAME = toro
69+ then
70+ lunch mysid-user
71+ make -j32 libdrmdecrypt
72+ fi
6373 lunch full_$DEVICENAME-user
6474 make -j32
6575 cat out/target/product/$DEVICENAME/installed-files.txt |