summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/android/test_package_apk.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/android/test_package_apk.py b/build/android/test_package_apk.py
index 120fdf5..62b8edf 100644
--- a/build/android/test_package_apk.py
+++ b/build/android/test_package_apk.py
@@ -46,7 +46,7 @@ class TestPackageApk(TestPackage):
command_line_file.write(self.test_suite_basename + ' ' + options)
command_line_file.flush()
self.adb.PushIfNeeded(command_line_file.name,
- TestPackageApk.APK_DATA_DIR +
+ '/data/local/tmp/' +
'chrome-native-tests-command-line')
def _GetGTestReturnCode(self):