| Index: build/android/emulator.py
|
| diff --git a/build/android/emulator.py b/build/android/emulator.py
|
| index 19cfe033b6267b5ed16a8871f3aa9a2f9062ddad..b3259c9f9219966f0281405da8b745ea42534671 100755
|
| --- a/build/android/emulator.py
|
| +++ b/build/android/emulator.py
|
| @@ -20,9 +20,9 @@ import time
|
|
|
| import android_commands
|
|
|
| -# 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
|
|
|