Make android_compile_x64_rel actually compile in x64.

Due to a copy/paste error, the bot was compiling in x86.

Bug: webrtc:11097
Change-Id: I55b013f20707915886fa04956a37fb3fec0477b0
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/159931
Reviewed-by: Edward Lemur <ehmaldonado@webrtc.org>
Commit-Queue: Yves Gerey <yvesg@google.com>
Cr-Commit-Position: refs/heads/master@{#29825}
This commit is contained in:
Yves Gerey 2019-11-18 20:24:57 +01:00 committed by Commit Bot
parent 351173c88c
commit db82cd7e4f

View File

@ -383,7 +383,7 @@
'android', 'debug_static_bot', 'x64'
],
'android_release_bot_x64': [
'android', 'release_bot', 'x86'
'android', 'release_bot', 'x64'
],
'android_asan_shared_release_bot_arm': [
'android', 'asan', 'clang', 'release_bot', 'arm'