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

Unified Diff: build/android/buildbot/bb_device_steps.py

Issue 16688002: Port remaining android buildbot code into python (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 | build/android/buildbot/bb_host_steps.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/buildbot/bb_device_steps.py
diff --git a/build/android/buildbot/bb_device_steps.py b/build/android/buildbot/bb_device_steps.py
index 4a659257fb1df221a6d9d3e94832a64948e4bcba..458ec4d933fd6e8dfd88a0198fd9e605355fcadd 100755
--- a/build/android/buildbot/bb_device_steps.py
+++ b/build/android/buildbot/bb_device_steps.py
@@ -309,17 +309,6 @@ def main(argv):
setattr(options, 'target', options.factory_properties.get('target', 'Debug'))
- # Add adb binary and chromium-source platform-tools to tip of PATH variable.
- android_paths = [os.path.join(constants.ANDROID_SDK_ROOT, 'platform-tools')]
-
- # Bots checkout chrome in /b/build/slave/<name>/build/src
- build_internal_android = os.path.abspath(os.path.join(
- CHROME_SRC, '..', '..', '..', '..', '..', 'build_internal', 'scripts',
- 'slave', 'android'))
- if os.path.exists(build_internal_android):
- android_paths.insert(0, build_internal_android)
- os.environ['PATH'] = os.pathsep.join(android_paths + [os.environ['PATH']])
-
MainTestWrapper(options)
« no previous file with comments | « no previous file | build/android/buildbot/bb_host_steps.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698