• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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__ = "shenhan@google.com (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