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

Unified Diff: trunk/src/build/android/adb_reverse_forwarder.py

Issue 23926012: Revert 221736 "[android] Adds constants.GetOutDirectory() and co..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 3 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 | « trunk/src/build/android/adb_install_apk.py ('k') | trunk/src/build/android/pylib/android_commands.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/build/android/adb_reverse_forwarder.py
===================================================================
--- trunk/src/build/android/adb_reverse_forwarder.py (revision 222006)
+++ trunk/src/build/android/adb_reverse_forwarder.py (working copy)
@@ -15,7 +15,7 @@
import sys
import time
-from pylib import android_commands, constants, forwarder
+from pylib import android_commands, forwarder
from pylib.utils import run_tests_helper
@@ -50,9 +50,8 @@
sys.exit(1)
adb = android_commands.AndroidCommands(options.device)
- constants.SetBuildType(options.build_type)
try:
- forwarder.Forwarder.Map(port_pairs, adb)
+ forwarder.Forwarder.Map(port_pairs, adb, options.build_type)
while True:
time.sleep(60)
except KeyboardInterrupt:
« no previous file with comments | « trunk/src/build/android/adb_install_apk.py ('k') | trunk/src/build/android/pylib/android_commands.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698