Index: build/android/pylib/constants.py |
diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py |
index 8027012a83cd902a1b1570424e7429cdd6ed8f50..b849a8d9ec35dea9a18ff9411a21c6d3a0dc8474 100644 |
--- a/build/android/pylib/constants.py |
+++ b/build/android/pylib/constants.py |
@@ -288,4 +288,5 @@ def _FindAdbPath(): |
# Exit codes |
ERROR_EXIT_CODE = 1 |
+INFRA_EXIT_CODE = 87 |
WARNING_EXIT_CODE = 88 |