Mike Frysinger | c7f1593 | 2013-03-20 13:43:35 -0400 | [diff] [blame] | 1 | #!/usr/bin/python |
Ahmad Sharif | f395c26 | 2012-10-09 17:48:09 -0700 | [diff] [blame] | 2 | # |
| 3 | # Copyright 2010 Google Inc. All Rights Reserved. |
| 4 | |
| 5 | """Generic constants used accross modules. |
| 6 | """ |
| 7 | |
Han Shen | e4b6f22 | 2013-11-22 10:02:38 -0800 | [diff] [blame] | 8 | __author__ = 'shenhan@google.com (Han Shen)' |
Ahmad Sharif | f395c26 | 2012-10-09 17:48:09 -0700 | [diff] [blame] | 9 | |
Han Shen | e4b6f22 | 2013-11-22 10:02:38 -0800 | [diff] [blame] | 10 | MOUNTED_TOOLCHAIN_ROOT = '/usr/local/toolchain_root' |
| 11 | |
| 12 | # Root directory for night testing run. |
| 13 | CROSTC_WORKSPACE = '/usr/local/google/crostc' |