Fix android video_quality_loopback_test

NOTRY=True
TBR=kjellander@webrtc.org
BUG=webrtc:7855

Review-Url: https://codereview.webrtc.org/2968683002
Cr-Commit-Position: refs/heads/master@{#18854}
This commit is contained in:
ehmaldonado
2017-06-30 05:12:09 -07:00
committed by Commit Bot
parent d76b75370c
commit 3aba2d1af9
2 changed files with 3 additions and 3 deletions

View File

@ -106,7 +106,7 @@ def main():
download_tools_script = os.path.join(tools_dir, 'download_tools.py')
_RunCommand([sys.executable, download_tools_script, toolchain_dir])
testing_tools_dir = os.path.join(SRC_DIR, 'webrtc', 'tools', 'testing')
testing_tools_dir = os.path.join(SRC_DIR, 'webrtc', 'rtc_tools', 'testing')
# Download, extract and build AppRTC.
setup_apprtc_script = os.path.join(testing_tools_dir, 'setup_apprtc.py')
@ -181,7 +181,7 @@ def main():
ConvertVideo(reference_video, reference_video_yuv)
# Run compare script.
compare_script = os.path.join(SRC_DIR, 'webrtc', 'tools',
compare_script = os.path.join(SRC_DIR, 'webrtc', 'rtc_tools',
'compare_videos.py')
zxing_path = os.path.join(toolchain_dir, 'linux', 'zxing')