Chromium Code Reviews| Index: build/android/pylib/uiautomator/test_options.py |
| diff --git a/build/android/pylib/uiautomator/test_options.py b/build/android/pylib/uiautomator/test_options.py |
| index 2ce5eb00805e079606803467c126deaf1c2e1a43..99098a18cad4042103d5686b929200bdfbfb3bd6 100644 |
| --- a/build/android/pylib/uiautomator/test_options.py |
| +++ b/build/android/pylib/uiautomator/test_options.py |
| @@ -7,7 +7,6 @@ |
| import collections |
| UIAutomatorOptions = collections.namedtuple('UIAutomatorOptions', [ |
| - 'build_type', |
| 'tool', |
| 'cleanup_test_files', |
| 'push_deps', |