| Index: scripts/slave/recipe_modules/chromium_android/example.expected/java_method_count_builder_basic.json
|
| diff --git a/scripts/slave/recipe_modules/chromium_android/example.expected/java_method_count_builder_basic.json b/scripts/slave/recipe_modules/chromium_android/example.expected/java_method_count_builder_basic.json
|
| index 07e13d6322e900e0e6ea817b6e3de8da62d305c4..28bd72dc5e9bdf7fb7a398b193678876c70bb7a9 100644
|
| --- a/scripts/slave/recipe_modules/chromium_android/example.expected/java_method_count_builder_basic.json
|
| +++ b/scripts/slave/recipe_modules/chromium_android/example.expected/java_method_count_builder_basic.json
|
| @@ -327,7 +327,7 @@
|
| "--json-output",
|
| "/path/to/tmp/json",
|
| "--known-devices-file",
|
| - "[CACHE]/known_android_devices"
|
| + "[HOME]/.android/known_devices.json"
|
| ],
|
| "env": {
|
| "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json",
|
| @@ -450,6 +450,24 @@
|
| "name": "provision_devices"
|
| },
|
| {
|
| + "cmd": [],
|
| + "name": "fix_device_file_format"
|
| + },
|
| + {
|
| + "cmd": [
|
| + "python",
|
| + "-u",
|
| + "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
|
| + "[HOME]/.android/known_devices.json",
|
| + "/path/to/tmp/"
|
| + ],
|
| + "name": "fix_device_file_format.read_device_file",
|
| + "~followup_annotations": [
|
| + "@@@STEP_NEST_LEVEL@1@@@",
|
| + "@@@STEP_TEXT@file format is compatible@@@"
|
| + ]
|
| + },
|
| + {
|
| "cmd": [
|
| "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py",
|
| "--adb-path",
|
| @@ -459,7 +477,7 @@
|
| "--json-output",
|
| "/path/to/tmp/json",
|
| "--known-devices-file",
|
| - "[CACHE]/known_android_devices"
|
| + "[HOME]/.android/known_devices.json"
|
| ],
|
| "env": {
|
| "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json",
|
|
|