Commit 2d0da560 authored by Gordana.Cmiljanovic's avatar Gordana.Cmiljanovic Committed by Commit bot

[Android] Adding MIPS64 target to gyp_webview

This change enables creation of webview Android
make files for MIPS64.

BUG=400684

Review URL: https://codereview.chromium.org/678373004

Cr-Commit-Position: refs/heads/master@{#302783}
parent b1326d20
......@@ -80,4 +80,7 @@ for host_os in linux mac; do
if [ "$PLATFORM" == "${host_platform}-mips" -o "$PLATFORM" == "all" ]; then
${GYP} --suffix .${host_platform}-mips ${EFLAGS} -Dtarget_arch=mipsel
fi
if [ "$PLATFORM" == "${host_platform}-mips64" -o "$PLATFORM" == "all" ]; then
${GYP} --suffix .${host_platform}-mips64 ${EFLAGS} -Dtarget_arch=mips64el
fi
done
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