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 8fdfb3ccd1d71c5abc2e5d0fdc9f5fca6933359d..436e702f0c22d1d35776fe3a84f11d0af35d2647 100755 |
--- a/build/android/buildbot/bb_device_steps.py |
+++ b/build/android/buildbot/bb_device_steps.py |
@@ -129,7 +129,7 @@ def RunChromeDriverTests(_): |
bb_annotations.PrintNamedStep('chromedriver_annotation') |
RunCmd(['chrome/test/chromedriver/run_buildbot_steps.py', |
'--android-packages=%s,%s,%s' % |
- (constants.CHROMIUM_TEST_SHELL_PACKAGE, |
+ (constants.PACKAGE_INFO['chromium_test_shell'].package, |
constants.CHROME_STABLE_PACKAGE, |
constants.CHROME_BETA_PACKAGE)]) |