Commit 3c15cda7 authored by primiano@chromium.org's avatar primiano@chromium.org

[Android] Add arm64 target to gyp_webview

Adding the arm64 target to gyp_webview.

BUG=354405
NOTRY=true

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266536 0039d316-1c4b-4281-b951-d872f2087c98
parent 3e54f281
...@@ -65,6 +65,9 @@ for host_os in linux mac; do ...@@ -65,6 +65,9 @@ for host_os in linux mac; do
if [ "$PLATFORM" == "${host_platform}-arm" -o "$PLATFORM" == "all" ]; then if [ "$PLATFORM" == "${host_platform}-arm" -o "$PLATFORM" == "all" ]; then
${GYP} --suffix .${host_platform}-arm ${EFLAGS} -Dtarget_arch=arm ${GYP} --suffix .${host_platform}-arm ${EFLAGS} -Dtarget_arch=arm
fi fi
if [ "$PLATFORM" == "${host_platform}-arm64" -o "$PLATFORM" == "all" ]; then
${GYP} --suffix .${host_platform}-arm64 ${EFLAGS} -Dtarget_arch=arm64
fi
if [ "$PLATFORM" == "${host_platform}-x86" -o "$PLATFORM" == "all" ]; then if [ "$PLATFORM" == "${host_platform}-x86" -o "$PLATFORM" == "all" ]; then
${GYP} --suffix .${host_platform}-x86 ${EFLAGS} -Dtarget_arch=ia32 ${GYP} --suffix .${host_platform}-x86 ${EFLAGS} -Dtarget_arch=ia32
fi fi
......
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