aboutsummaryrefslogtreecommitdiff
path: root/utils/constants.py
blob: abf9ff11e0f572201c3f851b78c03fb5cf916729 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/python
#
# 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'