aboutsummaryrefslogtreecommitdiff
path: root/cros_utils/constants.py
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 01:05:51 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 01:05:51 +0000
commit663ef39808be7971b85af880da3e64704d3ac8d4 (patch)
tree77dc031614745bb406dbd90cea9a082a1b5cdd54 /cros_utils/constants.py
parent49adb0369958adb163f3a55faa0e0a5a038638f3 (diff)
parent40214b48188358a80b7478bfff21d4814dd9177c (diff)
downloadtoolchain-utils-android14-mainline-resolv-release.tar.gz
Snap for 10447354 from 40214b48188358a80b7478bfff21d4814dd9177c to mainline-resolv-releaseaml_res_341510000aml_res_341410010aml_res_341311030aml_res_341110000aml_res_340912000android14-mainline-resolv-release
Change-Id: I0a6a041f63df3659c59f62d6d205aa5885b88164
Diffstat (limited to 'cros_utils/constants.py')
-rw-r--r--cros_utils/constants.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/cros_utils/constants.py b/cros_utils/constants.py
index b12175bb..47c16686 100644
--- a/cros_utils/constants.py
+++ b/cros_utils/constants.py
@@ -1,14 +1,14 @@
# -*- coding: utf-8 -*-
-# Copyright 2019 The Chromium OS Authors. All rights reserved.
+# 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)'
+__author__ = "shenhan@google.com (Han Shen)"
-MOUNTED_TOOLCHAIN_ROOT = '/usr/local/toolchain_root'
+MOUNTED_TOOLCHAIN_ROOT = "/usr/local/toolchain_root"
# Root directory for night testing run.
-CROSTC_WORKSPACE = '/usr/local/google/crostc'
+CROSTC_WORKSPACE = "/usr/local/google/crostc"