Index: build/android/buildbot/bb_device_steps.py |
diff --git a/build/android/buildbot/bb_device_steps.py b/build/android/buildbot/bb_device_steps.py |
index f9e2883b18900d4a53a7680cc2f43ba061a61de7..60618a0ac0097ae3321c81e9db2cedc43987ba72 100755 |
--- a/build/android/buildbot/bb_device_steps.py |
+++ b/build/android/buildbot/bb_device_steps.py |
@@ -21,13 +21,13 @@ from pylib import constants |
from pylib.gtest import gtest_config |
sys.path.append(os.path.join( |
- constants.CHROME_DIR, 'third_party', 'android_testrunner')) |
+ constants.DIR_SOURCE_ROOT, 'third_party', 'android_testrunner')) |
import errors |
TESTING = 'BUILDBOT_TESTING' in os.environ |
-CHROME_SRC = constants.CHROME_DIR |
+CHROME_SRC = constants.DIR_SOURCE_ROOT |
# Describes an instrumation test suite: |
# test: Name of test we're running. |