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

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

Issue 1818083003: 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: Nit 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": [
290 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", 302 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py",
291 "--", 303 "--",
292 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", 304 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
293 "[SLAVE_BUILD]/src/out/logcat" 305 "[SLAVE_BUILD]/src/out/logcat"
294 ], 306 ],
295 "cwd": "[SLAVE_BUILD]", 307 "cwd": "[SLAVE_BUILD]",
296 "env": { 308 "env": {
297 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 309 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
298 }, 310 },
299 "name": "spawn_logcat_monitor" 311 "name": "spawn_logcat_monitor"
(...skipping 681 matching lines...) Expand 10 before | Expand all | Expand 10 after
981 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 993 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
982 "@@@STEP_LOG_END@python.inline@@@" 994 "@@@STEP_LOG_END@python.inline@@@"
983 ] 995 ]
984 }, 996 },
985 { 997 {
986 "name": "$result", 998 "name": "$result",
987 "recipe_result": null, 999 "recipe_result": null,
988 "status_code": 0 1000 "status_code": 0
989 } 1001 }
990 ] 1002 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698