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