| Index: build/android/pylib/constants.py
|
| diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py
|
| index dddca5e588ba4e0ffda01a38b0e57acb898c79f0..50dc075d126dbbd92b988efb8900d6c417c92619 100644
|
| --- a/build/android/pylib/constants.py
|
| +++ b/build/android/pylib/constants.py
|
| @@ -202,9 +202,9 @@ PYTHON_UNIT_TEST_SUITES = {
|
| }
|
|
|
| LOCAL_MACHINE_TESTS = ['junit', 'python']
|
| -VALID_ENVIRONMENTS = ['local']
|
| +VALID_ENVIRONMENTS = ['local', 'remote_device']
|
| VALID_TEST_TYPES = ['gtest', 'instrumentation', 'junit', 'linker', 'monkey',
|
| - 'perf', 'python', 'uiautomator']
|
| + 'perf', 'python', 'uiautomator', 'uirobot']
|
|
|
|
|
| def GetBuildType():
|
|
|