Index: build/android/pylib/test_package_executable.py |
diff --git a/build/android/pylib/test_package_executable.py b/build/android/pylib/test_package_executable.py |
index a11c768fbbb9b1f37dbeb95a04dfc3a914632a54..0f2a369e05a2e147a3dbceabd623eae26a49b0a4 100644 |
--- a/build/android/pylib/test_package_executable.py |
+++ b/build/android/pylib/test_package_executable.py |
@@ -48,7 +48,7 @@ class TestPackageExecutable(TestPackage): |
ret_code_file = tempfile.NamedTemporaryFile() |
try: |
if not self.adb.Adb().Pull( |
- self.adb.GetExternalStorage() + '/' + |
+ constants.TEST_EXECUTABLE_DIR + '/' + |
TestPackageExecutable._TEST_RUNNER_RET_VAL_FILE, |
ret_code_file.name): |
logging.critical('Unable to pull gtest ret val file %s', |