Commit 0f62f63f authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru
Browse files

Build libdrmdecrypt in a different environment - DO NOT MERGE

Bug: 4295425
Change-Id: If483e5a72aa3e37d4faa46c28f5c170deb647996
parent 1dedf148
......@@ -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 |
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment