| 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..401e1a013c67e2544d32a2c54fa8bda3aef174cf 100755
|
| --- a/build/android/buildbot/bb_device_steps.py
|
| +++ b/build/android/buildbot/bb_device_steps.py
|
| @@ -129,9 +129,9 @@ 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.CHROME_STABLE_PACKAGE,
|
| - constants.CHROME_BETA_PACKAGE)])
|
| + (constants.PACKAGE_INFO['chromium_test_shell'].package,
|
| + constants.PACKAGE_INFO['chrome_stable'].package,
|
| + constants.PACKAGE_INFO['chrome_beta'].package)])
|
|
|
| def InstallApk(options, test, print_step=False):
|
| """Install an apk to all phones.
|
|
|