Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_GN.json

Issue 1821973002: Revert of Create symlink to adb in home dir right before device setup. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Android GN", 10 "Android GN",
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 280 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
281 }, 281 },
282 "name": "compile", 282 "name": "compile",
283 "~followup_annotations": [ 283 "~followup_annotations": [
284 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 284 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
285 "@@@STEP_LOG_END@json.output (invalid)@@@" 285 "@@@STEP_LOG_END@json.output (invalid)@@@"
286 ] 286 ]
287 }, 287 },
288 { 288 {
289 "cmd": [ 289 "cmd": [
290 "python",
291 "-u",
292 "[SLAVE_BUILD]/src/build/symlink.py",
293 "-f",
294 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb",
295 "~/adb"
296 ],
297 "cwd": "[SLAVE_BUILD]",
298 "name": "create adb symlink"
299 },
300 {
301 "cmd": [
302 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", 290 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py",
303 "--", 291 "--",
304 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", 292 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
305 "[SLAVE_BUILD]/src/out/logcat" 293 "[SLAVE_BUILD]/src/out/logcat"
306 ], 294 ],
307 "cwd": "[SLAVE_BUILD]", 295 "cwd": "[SLAVE_BUILD]",
308 "env": { 296 "env": {
309 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 297 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
310 }, 298 },
311 "name": "spawn_logcat_monitor" 299 "name": "spawn_logcat_monitor"
(...skipping 681 matching lines...) Expand 10 before | Expand all | Expand 10 after
993 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 981 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
994 "@@@STEP_LOG_END@python.inline@@@" 982 "@@@STEP_LOG_END@python.inline@@@"
995 ] 983 ]
996 }, 984 },
997 { 985 {
998 "name": "$result", 986 "name": "$result",
999 "recipe_result": null, 987 "recipe_result": null,
1000 "status_code": 0 988 "status_code": 0
1001 } 989 }
1002 ] 990 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698