Index: webrtc/examples/androidtests/video_quality_loopback_test.py |
diff --git a/webrtc/examples/androidtests/video_quality_loopback_test.py b/webrtc/examples/androidtests/video_quality_loopback_test.py |
index a62d31c8b893ef8357e987792515038ee2a3dece..2500057320aa6c9e650604a1faaee2873728b431 100755 |
--- a/webrtc/examples/androidtests/video_quality_loopback_test.py |
+++ b/webrtc/examples/androidtests/video_quality_loopback_test.py |
@@ -104,7 +104,7 @@ def main(): |
_RunCommand(['gn', 'gen', build_dir_x86]) |
_RunCommand(['ninja', '-C', build_dir_x86, 'frame_analyzer']) |
- tools_dir = os.path.join(SRC_DIR, 'tools-webrtc') |
+ tools_dir = os.path.join(SRC_DIR, 'tools_webrtc') |
toolchain_dir = os.path.join(tools_dir, 'video_quality_toolchain') |
# Download ffmpeg and zxing. |