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 | |||||
8 | __author__ = "shenhan@google.com (Han Shen)" | ||||
9 | |||||
10 | mounted_toolchain_root='/usr/local/toolchain_root' |