| Index: build/android/pylib/gtest/dispatch.py
|
| diff --git a/build/android/pylib/gtest/dispatch.py b/build/android/pylib/gtest/dispatch.py
|
| index fb1b7999738b0e7b06b7697b1cb06f8e061a23f7..74a388ca8f2c75481a4841b51f923e8825f95046 100644
|
| --- a/build/android/pylib/gtest/dispatch.py
|
| +++ b/build/android/pylib/gtest/dispatch.py
|
| @@ -202,7 +202,7 @@ def GetTestsFromDevice(runner):
|
| All non-disabled tests on the device.
|
| """
|
| # The executable/apk needs to be copied before we can call GetAllTests.
|
| - runner.test_package.StripAndCopyExecutable()
|
| + runner.test_package.Install()
|
| all_tests = runner.test_package.GetAllTests()
|
| # Only includes tests that do not have any match in the disabled list.
|
| disabled_list = runner.GetDisabledTests()
|
|
|