| Index: build/android/pylib/constants.py
|
| diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py
|
| index ac579690ca16d03de2ecc0ec8ccdf0b100ca59f4..2f2953a8e89b9cd816beec5ddb7b1d126a80b9f0 100644
|
| --- a/build/android/pylib/constants.py
|
| +++ b/build/android/pylib/constants.py
|
| @@ -202,8 +202,6 @@ PYTHON_UNIT_TEST_SUITES = {
|
|
|
| LOCAL_MACHINE_TESTS = ['junit', 'python']
|
| VALID_ENVIRONMENTS = ['local']
|
| -VALID_TEST_TYPES = ['gtest', 'instrumentation', 'junit', 'linker', 'monkey',
|
| - 'perf', 'python', 'uiautomator']
|
|
|
|
|
| def GetBuildType():
|
|
|