| Index: scripts/slave/recipe_modules/chromium_android/api.py
|
| diff --git a/scripts/slave/recipe_modules/chromium_android/api.py b/scripts/slave/recipe_modules/chromium_android/api.py
|
| index e343d2d12a1737a682913a01c0d87d462b48cbfd..d81169fb14abef7f39a140748565e5c154d0e6d3 100644
|
| --- a/scripts/slave/recipe_modules/chromium_android/api.py
|
| +++ b/scripts/slave/recipe_modules/chromium_android/api.py
|
| @@ -374,6 +374,9 @@ class AndroidApi(recipe_api.RecipeApi):
|
| results = None
|
| try:
|
| with self.handle_exit_codes():
|
| + if self.known_devices_file:
|
| + known_devices_arg = ['--known-devices-path', self.known_devices_file]
|
| + args.extend(['--args', self.m.json.input(known_devices_arg)])
|
| args.extend(['run', '--output', self.m.json.output()])
|
| results = self.m.step(
|
| 'Host Info',
|
|
|