Index: build/android/pylib/constants.py |
diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py |
index ac579690ca16d03de2ecc0ec8ccdf0b100ca59f4..ae8246739a15894317a2459fae795d367aa83d84 100644 |
--- a/build/android/pylib/constants.py |
+++ b/build/android/pylib/constants.py |
@@ -201,9 +201,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(): |