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

Unified Diff: scripts/slave/recipe_modules/chromium_android/api.py

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/cronet/example.expected/local_test.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromium_android/api.py
diff --git a/scripts/slave/recipe_modules/chromium_android/api.py b/scripts/slave/recipe_modules/chromium_android/api.py
index c7ad0e1f6919ce9355de4084f94cae69e5cfa329..62c36366902ace5766b661f4aa68929c713964d5 100644
--- a/scripts/slave/recipe_modules/chromium_android/api.py
+++ b/scripts/slave/recipe_modules/chromium_android/api.py
@@ -262,14 +262,6 @@
build_url=None,
src_dir=self.m.path['slave_build'].join('src'),
exclude_files='lib.target,gen,android_webview,jingle_unittests')
-
- def create_adb_symlink(self):
- # Creates a sym link to the adb executable in the home dir
- self.m.python(
- 'create adb symlink',
- self.m.path['checkout'].join('build', 'symlink.py'),
- ['-f', self.m.adb.adb_path(), os.path.join('~', 'adb')],
- infra_step=True)
def spawn_logcat_monitor(self):
self.m.step(
@@ -854,7 +846,6 @@
def common_tests_setup_steps(self, perf_setup=False,
remove_system_webview=False):
- self.create_adb_symlink()
if self.c.gce_setup:
self.launch_gce_instances(snapshot=self.c.gce_snapshot, count=self.c.gce_count)
self.spawn_logcat_monitor()
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/cronet/example.expected/local_test.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698