| Index: build/android/pylib/gtest/test_package_apk.py
|
| diff --git a/build/android/pylib/gtest/test_package_apk.py b/build/android/pylib/gtest/test_package_apk.py
|
| index 8b9badb3a0aa43dd90d5b123537d487de0dd3703..d7501f2c3360a028af02c08abce563c88989da4b 100644
|
| --- a/build/android/pylib/gtest/test_package_apk.py
|
| +++ b/build/android/pylib/gtest/test_package_apk.py
|
| @@ -122,7 +122,7 @@ class TestPackageApk(TestPackage):
|
| def _NeedsInstall(self):
|
| installed_apk_path = self.adb.GetApplicationPath(self._apk_package_name)
|
| if installed_apk_path:
|
| - return not self.adb.CheckMd5Sum(
|
| + return not self.adb.CheckTimesModified(
|
| self.test_suite_full, installed_apk_path, ignore_paths=True)
|
| else:
|
| return True
|
|
|