| Index: build/android/pylib/test_package_apk.py
|
| diff --git a/build/android/pylib/test_package_apk.py b/build/android/pylib/test_package_apk.py
|
| index 3f870a992589f0694f48f0c8dd9c0d68454f1471..6716f40c2151f1f418a9986bccb5618ed6296c71 100644
|
| --- a/build/android/pylib/test_package_apk.py
|
| +++ b/build/android/pylib/test_package_apk.py
|
| @@ -48,7 +48,7 @@ class TestPackageApk(TestPackage):
|
| command_line_file.write(self.test_suite_basename + ' ' + options)
|
| command_line_file.flush()
|
| self.adb.PushIfNeeded(command_line_file.name,
|
| - constants.TEST_DATA_DIR +
|
| + constants.TEST_EXECUTABLE_DIR +
|
| '/chrome-native-tests-command-line')
|
|
|
| def _GetGTestReturnCode(self):
|
|
|