| Index: tools/telemetry/telemetry/core/chrome/adb_commands.py
|
| diff --git a/tools/telemetry/telemetry/core/chrome/adb_commands.py b/tools/telemetry/telemetry/core/chrome/adb_commands.py
|
| index 3626c8fd9f535d0a1da4ed1699464eacbaf8c7e5..dc5870ded8113445c00f25b5504335be885571e7 100644
|
| --- a/tools/telemetry/telemetry/core/chrome/adb_commands.py
|
| +++ b/tools/telemetry/telemetry/core/chrome/adb_commands.py
|
| @@ -14,7 +14,7 @@ import sys
|
| sys.path.append(
|
| os.path.abspath(
|
| os.path.join(os.path.dirname(__file__),
|
| - '../../../build/android')))
|
| + '..', '..', '..', '..', '..', 'build', 'android')))
|
| try:
|
| from pylib import android_commands # pylint: disable=F0401
|
| from pylib import cmd_helper # pylint: disable=F0401
|
|
|