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

Unified Diff: trunk/src/build/android/pylib/chrome_test_server_spawner.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/pylib/base/base_test_runner.py ('k') | trunk/src/build/android/pylib/cmd_helper.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/build/android/pylib/chrome_test_server_spawner.py
===================================================================
--- trunk/src/build/android/pylib/chrome_test_server_spawner.py (revision 222006)
+++ trunk/src/build/android/pylib/chrome_test_server_spawner.py (working copy)
@@ -249,7 +249,8 @@
else:
self.is_ready = _CheckPortStatus(self.host_port, True)
if self.is_ready:
- Forwarder.Map([(0, self.host_port)], self.adb, self.tool)
+ Forwarder.Map([(0, self.host_port)], self.adb, constants.GetBuildType(),
+ self.tool)
# Check whether the forwarder is ready on the device.
self.is_ready = False
device_port = Forwarder.DevicePortForHostPort(self.host_port)
« no previous file with comments | « trunk/src/build/android/pylib/base/base_test_runner.py ('k') | trunk/src/build/android/pylib/cmd_helper.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698