Chromium Code Reviews

Unified Diff: scripts/slave/recipes/chromium.expected/amp_split_recipe_collect_failure.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.
Jump to:
View side-by-side diff with in-line comments
Index: scripts/slave/recipes/chromium.expected/amp_split_recipe_collect_failure.json
diff --git a/scripts/slave/recipes/chromium.expected/amp_split_recipe_collect_failure.json b/scripts/slave/recipes/chromium.expected/amp_split_recipe_collect_failure.json
index f1c3269ddfe80d9ed11a89ca9def48a8dbe2cf81..b7d394f74f5334b0ba6e67aedfd4cb29389424db 100644
--- a/scripts/slave/recipes/chromium.expected/amp_split_recipe_collect_failure.json
+++ b/scripts/slave/recipes/chromium.expected/amp_split_recipe_collect_failure.json
@@ -295,6 +295,18 @@
},
{
"cmd": [
+ "python",
+ "-u",
+ "[SLAVE_BUILD]/src/build/symlink.py",
+ "-f",
+ "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb",
+ "~/adb"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "create adb symlink"
+ },
+ {
+ "cmd": [
"RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py",
"--",
"[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",

Powered by Google App Engine