Index: build/android/pylib/constants.py |
diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py |
index 95b1868760c58675fe1298e48d723495995a2f87..cef098fa0d92d6237747f24d835d64b7b0621b1f 100644 |
--- a/build/android/pylib/constants.py |
+++ b/build/android/pylib/constants.py |
@@ -198,6 +198,9 @@ PYTHON_UNIT_TEST_SUITES = { |
# }, |
} |
+LOCAL_MACHINE_TESTS = ['junit', 'python'] |
+VALID_ENVIRONMENTS = ['local'] |
+ |
def GetBuildType(): |
try: |