Chromium Code Reviews| Index: build/android/pylib/constants.py |
| diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py |
| index 5cba3af6d4d03dea73fbed4a81bb329ff7bff665..0d7504231b2ec2880e937e92a7a8a79d43cde8b1 100644 |
| --- a/build/android/pylib/constants.py |
| +++ b/build/android/pylib/constants.py |
| @@ -200,7 +200,7 @@ PYTHON_UNIT_TEST_SUITES = { |
| } |
| LOCAL_MACHINE_TESTS = ['junit', 'python'] |
| -VALID_ENVIRONMENTS = ['local'] |
| +VALID_ENVIRONMENTS = ['local', 'remote_device'] |
| def GetBuildType(): |