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