| Index: build/android/android_commands.py
|
| diff --git a/build/android/android_commands.py b/build/android/android_commands.py
|
| index 007d040229bd7efe3d9477080abb2728b8aeb08f..d16ebc58e3f86e56c35179d3d6130ee6c13907ad 100755
|
| --- a/build/android/android_commands.py
|
| +++ b/build/android/android_commands.py
|
| @@ -23,12 +23,12 @@ import sys
|
| import tempfile
|
| import time
|
|
|
| -# adb_interface.py is under ../../third_party/android/testrunner/
|
| +# adb_interface.py is under ../../third_party/android_testrunner/
|
| sys.path.append(os.path.join(os.path.abspath(os.path.dirname(__file__)), '..',
|
| - '..', 'third_party', 'android', 'testrunner'))
|
| + '..', 'third_party', 'android_testrunner'))
|
| import adb_interface
|
| import cmd_helper
|
| -import errors # is under ../../third_party/android/testrunner/errors.py
|
| +import errors # is under ../../third_party/android_testrunner/errors.py
|
| from run_tests_helper import IsRunningAsBuildbot
|
|
|
|
|
|
|