| OLD | NEW | 
|    1 [ |    1 [ | 
|    2   { |    2   { | 
|    3     "cmd": [ |    3     "cmd": [ | 
|    4       "python", |    4       "python", | 
|    5       "-u", |    5       "-u", | 
|    6       "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
     h):\n  for (path, dir, files) in os.walk(build_path):\n    for cur_file in files
     :\n      if cur_file.endswith('index.lock'):\n        path_to_file = os.path.joi
     n(path, cur_file)\n        print 'deleting %s' % path_to_file\n        os.remove
     (path_to_file)\n", |    6       "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
     h):\n  for (path, dir, files) in os.walk(build_path):\n    for cur_file in files
     :\n      if cur_file.endswith('index.lock'):\n        path_to_file = os.path.joi
     n(path, cur_file)\n        print 'deleting %s' % path_to_file\n        os.remove
     (path_to_file)\n", | 
|    7       "[SLAVE_BUILD]" |    7       "[SLAVE_BUILD]" | 
|    8     ], |    8     ], | 
|    9     "cwd": "[SLAVE_BUILD]", |    9     "cwd": "[SLAVE_BUILD]", | 
|   10     "name": "cleanup index.lock", |   10     "name": "cleanup index.lock", | 
| (...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  169       "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
     LAVE_BUILD]/src/build/android:%(PATH)s" |  169       "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
     LAVE_BUILD]/src/build/android:%(PATH)s" | 
|  170     }, |  170     }, | 
|  171     "name": "compile", |  171     "name": "compile", | 
|  172     "~followup_annotations": [ |  172     "~followup_annotations": [ | 
|  173       "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |  173       "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 
|  174       "@@@STEP_LOG_END@json.output (invalid)@@@" |  174       "@@@STEP_LOG_END@json.output (invalid)@@@" | 
|  175     ] |  175     ] | 
|  176   }, |  176   }, | 
|  177   { |  177   { | 
|  178     "cmd": [ |  178     "cmd": [ | 
|  179       "python", |  | 
|  180       "-u", |  | 
|  181       "[SLAVE_BUILD]/src/build/symlink.py", |  | 
|  182       "-f", |  | 
|  183       "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |  | 
|  184       "~/adb" |  | 
|  185     ], |  | 
|  186     "cwd": "[SLAVE_BUILD]", |  | 
|  187     "name": "create adb symlink" |  | 
|  188   }, |  | 
|  189   { |  | 
|  190     "cmd": [ |  | 
|  191       "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |  179       "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 
|  192       "--", |  180       "--", | 
|  193       "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |  181       "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | 
|  194       "[SLAVE_BUILD]/src/out/logcat" |  182       "[SLAVE_BUILD]/src/out/logcat" | 
|  195     ], |  183     ], | 
|  196     "cwd": "[SLAVE_BUILD]", |  184     "cwd": "[SLAVE_BUILD]", | 
|  197     "env": { |  185     "env": { | 
|  198       "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
     LAVE_BUILD]/src/build/android:%(PATH)s" |  186       "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
     LAVE_BUILD]/src/build/android:%(PATH)s" | 
|  199     }, |  187     }, | 
|  200     "name": "spawn_logcat_monitor" |  188     "name": "spawn_logcat_monitor" | 
| (...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  568       "@@@STEP_LOG_LINE@python.inline@  os.remove(report)@@@", |  556       "@@@STEP_LOG_LINE@python.inline@  os.remove(report)@@@", | 
|  569       "@@@STEP_LOG_END@python.inline@@@" |  557       "@@@STEP_LOG_END@python.inline@@@" | 
|  570     ] |  558     ] | 
|  571   }, |  559   }, | 
|  572   { |  560   { | 
|  573     "name": "$result", |  561     "name": "$result", | 
|  574     "recipe_result": null, |  562     "recipe_result": null, | 
|  575     "status_code": 0 |  563     "status_code": 0 | 
|  576   } |  564   } | 
|  577 ] |  565 ] | 
| OLD | NEW |