aboutsummaryrefslogtreecommitdiff
path: root/cros_utils/constants.py
blob: 47c16686c9aaf5aacb527375fa152fb000e1db10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- coding: utf-8 -*-
# Copyright 2019 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

"""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"