Index: build/android/pylib/gtest/dispatch.py |
diff --git a/build/android/pylib/gtest/dispatch.py b/build/android/pylib/gtest/dispatch.py |
index dd72509f127b0fa4a5f2fb03a2f87e9463d7101a..bf88bff29d6665e64c57375e23632c7af7160b5f 100644 |
--- a/build/android/pylib/gtest/dispatch.py |
+++ b/build/android/pylib/gtest/dispatch.py |
@@ -200,7 +200,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() |