Index: build/android/pylib/gtest/test_package_exe.py |
diff --git a/build/android/pylib/gtest/test_package_exe.py b/build/android/pylib/gtest/test_package_exe.py |
index 69a7b07524c032b63ee4c5be0adcdd9c1b08002b..54aed9194078cf447434779ac605425c3aa25371 100644 |
--- a/build/android/pylib/gtest/test_package_exe.py |
+++ b/build/android/pylib/gtest/test_package_exe.py |
@@ -12,7 +12,8 @@ import tempfile |
from pylib import cmd_helper |
from pylib import constants |
from pylib import pexpect |
-from pylib.gtest.test_package import TestPackage |
+ |
+from test_package import TestPackage |
class TestPackageExecutable(TestPackage): |
@@ -51,8 +52,7 @@ class TestPackageExecutable(TestPackage): |
ret = 1 |
return ret |
- @staticmethod |
- def _AddNativeCoverageExports(adb): |
+ def _AddNativeCoverageExports(self, adb): |
# export GCOV_PREFIX set the path for native coverage results |
# export GCOV_PREFIX_STRIP indicates how many initial directory |
# names to strip off the hardwired absolute paths. |