Home | History | Annotate | Download | only in cros_utils
      1 # Copyright 2010 Google Inc. All Rights Reserved.
      2 """Generic constants used accross modules.
      3 """
      4 
      5 __author__ = 'shenhan (at] google.com (Han Shen)'
      6 
      7 MOUNTED_TOOLCHAIN_ROOT = '/usr/local/toolchain_root'
      8 
      9 # Root directory for night testing run.
     10 CROSTC_WORKSPACE = '/usr/local/google/crostc'
     11