| Index: build/android/pylib/gtest/test_package.py | 
| diff --git a/build/android/pylib/gtest/test_package.py b/build/android/pylib/gtest/test_package.py | 
| index 4042a98a1320ef0e58b12cbfba279f8559b70afc..b43f858b2dfd0ecd8d566bc8bbe4202cf03aeae2 100644 | 
| --- a/build/android/pylib/gtest/test_package.py | 
| +++ b/build/android/pylib/gtest/test_package.py | 
| @@ -15,6 +15,7 @@ class TestPackage(object): | 
| """ | 
| def __init__(self, suite_name): | 
| self.suite_name = suite_name | 
| +    self.tool = None | 
|  | 
| def ClearApplicationState(self, device): | 
| """Clears the application state. | 
|  |