Index: build/android/pylib/constants.py |
diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py |
index 2888232be66ceb87a6baf04f2c08f3a1c3d6e336..c3ec825975a0959b2716903cee2c645fba944e5a 100644 |
--- a/build/android/pylib/constants.py |
+++ b/build/android/pylib/constants.py |
@@ -98,3 +98,7 @@ def _GetADBPath(): |
ADB_PATH = _GetADBPath() |
+ |
+# Exit codes |
+ERROR_EXIT_CODE = 1 |
+WARNING_EXIT_CODE = 88 |