Index: build/android/pylib/fake_dns.py |
diff --git a/build/android/pylib/fake_dns.py b/build/android/pylib/fake_dns.py |
index ed99d20fb3ec2ec4b7e8b0305715dc9bb01728b0..2709eb342a3a1b6fd7a6cd58d3d2393dc8760b70 100644 |
--- a/build/android/pylib/fake_dns.py |
+++ b/build/android/pylib/fake_dns.py |
@@ -30,8 +30,7 @@ class FakeDns(object): |
subprocess instance connected to the fake_dns process on the device. |
""" |
self._adb.PushIfNeeded( |
- os.path.join(constants.DIR_SOURCE_ROOT, 'out', constants.GetBuildType(), |
- 'fake_dns'), |
+ os.path.join(constants.GetBuildDirectory(), 'fake_dns'), |
FakeDns._FAKE_DNS_PATH) |
return subprocess.Popen( |
['adb', '-s', self._adb._adb.GetSerialNumber(), |