Index: build/android/pylib/constants.py |
diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py |
index da28eeb5d139ea9a6767e924ded00a8f887aae48..ed95566bd9174df32f5b5a5bcdae646cb022fe97 100644 |
--- a/build/android/pylib/constants.py |
+++ b/build/android/pylib/constants.py |
@@ -198,7 +198,7 @@ PYTHON_UNIT_TEST_SUITES = { |
} |
LOCAL_MACHINE_TESTS = ['junit', 'python'] |
-VALID_ENVIRONMENTS = ['local'] |
+VALID_ENVIRONMENTS = ['local', 'remote_device'] |
def GetBuildType(): |