| 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 9670934d879e74c4a00577ac9bef80c03f24cb8c..d114352384cc2e7954d2120831c249499b52283a 100644
|
| --- a/build/android/pylib/gtest/test_package_apk.py
|
| +++ b/build/android/pylib/gtest/test_package_apk.py
|
| @@ -87,7 +87,7 @@ class TestPackageApk(TestPackage):
|
| self._test_apk_package_name)
|
| if installed_apk_path:
|
| return not self.adb.CheckMd5Sum(
|
| - self.test_suite_full, installed_apk_path, ignore_paths=True)
|
| + self.test_suite_full, installed_apk_path)
|
| else:
|
| return True
|
|
|
|
|