aboutsummaryrefslogtreecommitdiff
path: root/cros_utils/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'cros_utils/constants.py')
-rw-r--r--cros_utils/constants.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/cros_utils/constants.py b/cros_utils/constants.py
new file mode 100644
index 00000000..827e9233
--- /dev/null
+++ b/cros_utils/constants.py
@@ -0,0 +1,10 @@
+# Copyright 2010 Google Inc. All Rights Reserved.
+"""Generic constants used accross modules.
+"""
+
+__author__ = 'shenhan@google.com (Han Shen)'
+
+MOUNTED_TOOLCHAIN_ROOT = '/usr/local/toolchain_root'
+
+# Root directory for night testing run.
+CROSTC_WORKSPACE = '/usr/local/google/crostc'