allwinner_a64/android/external/toolchain-utils/cros_utils/constants.py
2018-08-08 16:14:42 +08:00

10 lines
284 B
Python

# 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'