MB: Make new ARM Debug bots actually build Debug.

There was a mistake in
https://codereview.webrtc.org/2787483002 making the new Debug
bots build Release.

BUG=webrtc:7024
NOTRY=True
TBR=ehmaldonado@webrtc.org

Review-Url: https://codereview.webrtc.org/2782883002 .
Cr-Commit-Position: refs/heads/master@{#17448}
This commit is contained in:
Henrik Kjellander 2017-03-29 16:14:46 +02:00
parent 2103f8e59b
commit 6104cb7656

View File

@ -191,13 +191,13 @@
'gn', 'gcc', 'release_bot', 'x64'
],
'debug_bot_arm': [
'gn', 'openh264_release_bot', 'arm'
'gn', 'openh264_debug_bot', 'arm'
],
'release_bot_arm': [
'gn', 'openh264_release_bot', 'arm'
],
'debug_bot_arm64': [
'gn', 'openh264_release_bot', 'arm64'
'gn', 'openh264_debug_bot', 'arm64'
],
'release_bot_arm64': [
'gn', 'openh264_release_bot', 'arm64'