xref: /aosp_15_r20/external/toolchain-utils/cros_utils/constants.py (revision 760c253c1ed00ce9abd48f8546f08516e57485fe)
1# -*- coding: utf-8 -*-
2# Copyright 2019 The ChromiumOS Authors
3# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
5
6"""Generic constants used accross modules.
7"""
8
9__author__ = "[email protected] (Han Shen)"
10
11MOUNTED_TOOLCHAIN_ROOT = "/usr/local/toolchain_root"
12
13# Root directory for night testing run.
14CROSTC_WORKSPACE = "/usr/local/google/crostc"
15