Index: trunk/src/build/android/pylib/fake_dns.py |
=================================================================== |
--- trunk/src/build/android/pylib/fake_dns.py (revision 222006) |
+++ trunk/src/build/android/pylib/fake_dns.py (working copy) |
@@ -30,7 +30,8 @@ |
subprocess instance connected to the fake_dns process on the device. |
""" |
self._adb.PushIfNeeded( |
- os.path.join(constants.GetOutDirectory(), 'fake_dns'), |
+ os.path.join(constants.DIR_SOURCE_ROOT, 'out', constants.GetBuildType(), |
+ 'fake_dns'), |
FakeDns._FAKE_DNS_PATH) |
return subprocess.Popen( |
['adb', '-s', self._adb._adb.GetSerialNumber(), |