| Index: tools-webrtc/mb/mb_config.pyl
|
| diff --git a/tools-webrtc/mb/mb_config.pyl b/tools-webrtc/mb/mb_config.pyl
|
| index e0f4ab7bbcecfd0829425406a78732ee27174faf..782f8bf05454f6ebff719fbe1d1a33d5648c517f 100644
|
| --- a/tools-webrtc/mb/mb_config.pyl
|
| +++ b/tools-webrtc/mb/mb_config.pyl
|
| @@ -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'
|
|
|