| Index: scripts/slave/recipe_modules/chromium_android/example.expected/perf_adb_vendor_keys_basic.json
|
| diff --git a/scripts/slave/recipe_modules/chromium_android/example.expected/perf_adb_vendor_keys_basic.json b/scripts/slave/recipe_modules/chromium_android/example.expected/perf_adb_vendor_keys_basic.json
|
| index d42efa54769e46cd5dfa13d31215d9279dd7ca90..ac9188fdefb53670f13ebcb8c640262abd07fa1b 100644
|
| --- a/scripts/slave/recipe_modules/chromium_android/example.expected/perf_adb_vendor_keys_basic.json
|
| +++ b/scripts/slave/recipe_modules/chromium_android/example.expected/perf_adb_vendor_keys_basic.json
|
| @@ -280,7 +280,7 @@
|
| "python",
|
| "-u",
|
| "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
|
| - "[CACHE]/known_android_devices",
|
| + "[BUILD]/site_config/.known_devices",
|
| "/path/to/tmp/"
|
| ],
|
| "name": "fix_device_file_format.read_device_file",
|
| @@ -299,7 +299,7 @@
|
| "--json-output",
|
| "/path/to/tmp/json",
|
| "--known-devices-file",
|
| - "[CACHE]/known_android_devices"
|
| + "[BUILD]/site_config/.known_devices"
|
| ],
|
| "env": {
|
| "ADB_VENDOR_KEYS": "[BUILD]/site_config/.adb_key",
|
| @@ -432,7 +432,7 @@
|
| "python",
|
| "-u",
|
| "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
|
| - "[CACHE]/known_android_devices",
|
| + "[BUILD]/site_config/.known_devices",
|
| "/path/to/tmp/"
|
| ],
|
| "name": "fix_device_file_format.read_device_file (2)",
|
| @@ -451,7 +451,7 @@
|
| "--json-output",
|
| "/path/to/tmp/json",
|
| "--known-devices-file",
|
| - "[CACHE]/known_android_devices"
|
| + "[BUILD]/site_config/.known_devices"
|
| ],
|
| "env": {
|
| "ADB_VENDOR_KEYS": "[BUILD]/site_config/.adb_key",
|
|
|