| Index: scripts/slave/recipe_modules/chromium_android/example.expected/restart_usb_builder_basic.json
|
| diff --git a/scripts/slave/recipe_modules/chromium_android/example.expected/restart_usb_builder_basic.json b/scripts/slave/recipe_modules/chromium_android/example.expected/restart_usb_builder_basic.json
|
| index 447cebdbb131e3db0bbbba26638ddda2f99c6a8b..5404815e6c235a738226cc92bc29b8608b2250ee 100644
|
| --- a/scripts/slave/recipe_modules/chromium_android/example.expected/restart_usb_builder_basic.json
|
| +++ b/scripts/slave/recipe_modules/chromium_android/example.expected/restart_usb_builder_basic.json
|
| @@ -296,7 +296,7 @@
|
| "python",
|
| "-u",
|
| "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
|
| - "[BUILD]/site_config/.known_devices",
|
| + "[CACHE]/known_android_devices",
|
| "/path/to/tmp/"
|
| ],
|
| "name": "fix_device_file_format.read_device_file",
|
| @@ -315,7 +315,7 @@
|
| "--json-output",
|
| "/path/to/tmp/json",
|
| "--known-devices-file",
|
| - "[BUILD]/site_config/.known_devices"
|
| + "[CACHE]/known_android_devices"
|
| ],
|
| "env": {
|
| "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json",
|
| @@ -446,7 +446,7 @@
|
| "python",
|
| "-u",
|
| "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
|
| - "[BUILD]/site_config/.known_devices",
|
| + "[CACHE]/known_android_devices",
|
| "/path/to/tmp/"
|
| ],
|
| "name": "fix_device_file_format.read_device_file (2)",
|
| @@ -465,7 +465,7 @@
|
| "--json-output",
|
| "/path/to/tmp/json",
|
| "--known-devices-file",
|
| - "[BUILD]/site_config/.known_devices",
|
| + "[CACHE]/known_android_devices",
|
| "--restart-usb"
|
| ],
|
| "env": {
|
|
|