commit | 84141e2b6d1b00eaf820ec2128980ad94dfa3416 | [log] [tgz] |
---|---|---|
author | mobiletc-prebuild <[email protected]> | Mon Mar 11 08:00:22 2024 -0700 |
committer | Chromeos LUCI <[email protected]> | Mon Mar 11 15:28:06 2024 +0000 |
tree | c90f2ef3a8701cbf50b71528bfcd14e9e386efee | |
parent | 7707b2c71530b8de5ee8e3ecada88825e4ceb12b [diff] |
compiler_wrapper: automatic sync This CL automatically brings toolchain-utils' compiler_wrapper/ directory in sync with chromiumos-overlay's. Please see go/crostc-repo/+/main:sync_compiler_wrapper_within_cros.sh for more info on this process. BUG=None TEST=None Change-Id: I81b8f6c5c407b414f647f525fffd6fd7bcc446e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/5359381 Commit-Queue: George Burgess <[email protected]> Tested-by: mobiletc-prebuild Role Account <[email protected]> Auto-Submit: mobiletc-prebuild Role Account <[email protected]> Reviewed-by: George Burgess <[email protected]>
toolchain-utils
Various utilities used by the ChromeOS toolchain team.
To run Python scripts in this directory, first run:
export PYTHONPATH=$(readlink -f .):$PYTHONPATH
from this directory.
Then you can run any script.
To get help on any script, type in python <script> --help
, or refer to the header of the script for more information.