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

Unified Diff: trunk/src/build/android/pylib/device_stats_monitor.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/constants.py ('k') | trunk/src/build/android/pylib/fake_dns.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/build/android/pylib/device_stats_monitor.py
===================================================================
--- trunk/src/build/android/pylib/device_stats_monitor.py (revision 222006)
+++ trunk/src/build/android/pylib/device_stats_monitor.py (working copy)
@@ -31,8 +31,9 @@
def __init__(self, adb, hz):
self._adb = adb
- host_path = os.path.join(
- constants.GetOutDirectory(), 'device_stats_monitor')
+ host_path = os.path.abspath(os.path.join(
+ constants.DIR_SOURCE_ROOT, 'out', constants.GetBuildType(),
+ 'device_stats_monitor'))
self._adb.PushIfNeeded(host_path, DeviceStatsMonitor.DEVICE_PATH)
self._hz = hz
« no previous file with comments | « trunk/src/build/android/pylib/constants.py ('k') | trunk/src/build/android/pylib/fake_dns.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698