Index: build/android/pylib/constants.py |
diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py |
index fb574e68e668424e5ec3457947c16df81db7f4e5..616e898315c02123bcb2cabe80212afcc7b14cd3 100644 |
--- a/build/android/pylib/constants.py |
+++ b/build/android/pylib/constants.py |
@@ -205,6 +205,7 @@ LOCAL_MACHINE_TESTS = ['junit', 'python'] |
VALID_ENVIRONMENTS = ['local', 'remote_device'] |
VALID_TEST_TYPES = ['gtest', 'instrumentation', 'junit', 'linker', 'monkey', |
'perf', 'python', 'uiautomator', 'uirobot'] |
+VALID_DEVICE_TYPES = ['Android', 'iOS'] |
def GetBuildType(): |