From 63cb17294c38299da72bd8ed256c33f556307b18 Mon Sep 17 00:00:00 2001 From: kjellander Date: Wed, 10 Aug 2016 08:28:25 -0700 Subject: [PATCH] MB: Fix typo for android_arm64_rel trybot. This was missed in review of https://codereview.webrtc.org/2228923002 BUG=589510 NOTRY=True TBR=ehmaldonado@webrtc.org Review-Url: https://codereview.webrtc.org/2233913002 Cr-Commit-Position: refs/heads/master@{#13716} --- webrtc/build/mb_config.pyl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc/build/mb_config.pyl b/webrtc/build/mb_config.pyl index a41c52f45f..c036f9af0f 100644 --- a/webrtc/build/mb_config.pyl +++ b/webrtc/build/mb_config.pyl @@ -103,7 +103,7 @@ 'android_dbg': 'android_gyp_debug_bot_arm', 'android_rel': 'android_gyp_release_bot_arm', 'android_clang_dbg': 'android_gyp_clang_debug_bot_arm', - 'android_amd64_rel': 'android_gyp_release_bot_arm64', + 'android_arm64_rel': 'android_gyp_release_bot_arm64', 'android_n6': 'android_gyp_debug_bot_arm', 'android_gn_dbg': 'android_gn_debug_bot_arm', 'android_gn_rel': 'android_gn_release_bot_arm',