You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# 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'
|
|
|