• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2010 Google Inc. All Rights Reserved.
2"""Generic constants used accross modules.
3"""
4
5__author__ = 'shenhan@google.com (Han Shen)'
6
7MOUNTED_TOOLCHAIN_ROOT = '/usr/local/toolchain_root'
8
9# Root directory for night testing run.
10CROSTC_WORKSPACE = '/usr/local/google/crostc'
11