blob: fdefeb282450704f7e52320015afcc2cbe176fb6 [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
8__author__ = "shenhan@google.com (Han Shen)"
9
10mounted_toolchain_root='/usr/local/toolchain_root'