• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

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

device/common


コミットメタ情報

リビジョン0f62f63f115007540b30176e225bf3ec58f1ae64 (tree)
日時2012-06-26 08:18:00
作者Jean-Baptiste Queru <jbq@goog...>
コミッターJean-Baptiste Queru

ログメッセージ

Build libdrmdecrypt in a different environment - DO NOT MERGE

Bug: 4295425
Change-Id: If483e5a72aa3e37d4faa46c28f5c170deb647996

変更サマリ

差分

--- 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 |