Index: build/android/pylib/instrumentation/test_jar.py |
diff --git a/build/android/pylib/instrumentation/test_jar.py b/build/android/pylib/instrumentation/test_jar.py |
index fc0865dc2c9ab05ce9f32decfbf6d2705a6eb147..21ce8402b15a8fd2e50c105f19caeae369b3b212 100644 |
--- a/build/android/pylib/instrumentation/test_jar.py |
+++ b/build/android/pylib/instrumentation/test_jar.py |
@@ -21,7 +21,7 @@ PICKLE_FORMAT_VERSION = 1 |
class TestJar(object): |
_ANNOTATIONS = frozenset( |
['Smoke', 'SmallTest', 'MediumTest', 'LargeTest', 'EnormousTest', |
- 'FlakyTest', 'DisabledTest', 'Manual', 'PerfTest']) |
+ 'FlakyTest', 'DisabledTest', 'Manual', 'PerfTest', 'HostDrivenTest']) |
_DEFAULT_ANNOTATION = 'SmallTest' |
_PROGUARD_CLASS_RE = re.compile(r'\s*?- Program class:\s*([\S]+)$') |
_PROGUARD_METHOD_RE = re.compile(r'\s*?- Method:\s*(\S*)[(].*$') |