| Index: build/android/pylib/gtest/test_runner.py
|
| diff --git a/build/android/pylib/gtest/test_runner.py b/build/android/pylib/gtest/test_runner.py
|
| index 479a907a48b9544b2554ea9edb7f2285cfdb992b..d83e49223e93208b2bed901dc2364286b61508cf 100644
|
| --- a/build/android/pylib/gtest/test_runner.py
|
| +++ b/build/android/pylib/gtest/test_runner.py
|
| @@ -164,7 +164,10 @@ class TestRunner(BaseTestRunner):
|
| test_suite,
|
| timeout,
|
| cleanup_test_files,
|
| - self.tool)
|
| + self.tool,
|
| + 'org.chromium.native_test',
|
| + 'org.chromium.native_test.ChromeNativeTestActivity',
|
| + 'chrome-native-tests-command-line')
|
| else:
|
| # Put a copy into the android out/target directory, to allow stack trace
|
| # generation.
|
|
|