blob: abf9ff11e0f572201c3f851b78c03fb5cf916729 [file] [log] [blame]
Mike Frysingerc7f15932013-03-20 13:43:35 -04001#!/usr/bin/python
Ahmad Shariff395c262012-10-09 17:48:09 -07002#
3# Copyright 2010 Google Inc. All Rights Reserved.
4
5"""Generic constants used accross modules.
6"""
7
Han Shene4b6f222013-11-22 10:02:38 -08008__author__ = 'shenhan@google.com (Han Shen)'
Ahmad Shariff395c262012-10-09 17:48:09 -07009
Han Shene4b6f222013-11-22 10:02:38 -080010MOUNTED_TOOLCHAIN_ROOT = '/usr/local/toolchain_root'
11
12# Root directory for night testing run.
13CROSTC_WORKSPACE = '/usr/local/google/crostc'