| Index: build/android/pylib/constants/__init__.py
|
| diff --git a/build/android/pylib/constants/__init__.py b/build/android/pylib/constants/__init__.py
|
| index 122ae98cf8ca46eb91f109db850206ea55347a24..80ad2c1a8b45589070e60fb4c57c2f19f2485186 100644
|
| --- a/build/android/pylib/constants/__init__.py
|
| +++ b/build/android/pylib/constants/__init__.py
|
| @@ -140,9 +140,9 @@ PYTHON_UNIT_TEST_SUITES = {
|
| }
|
|
|
| LOCAL_MACHINE_TESTS = ['junit', 'python']
|
| -VALID_ENVIRONMENTS = ['local', 'remote_device']
|
| +VALID_ENVIRONMENTS = ['local']
|
| VALID_TEST_TYPES = ['gtest', 'instrumentation', 'junit', 'linker', 'monkey',
|
| - 'perf', 'python', 'uirobot']
|
| + 'perf', 'python']
|
| VALID_DEVICE_TYPES = ['Android', 'iOS']
|
|
|
|
|
|
|