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: Ife77212a517d7ed5ce54415738e81374474a71eb Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/5306972 Reviewed-by: Bob Haarman <[email protected]> Commit-Queue: Bob Haarman <[email protected]> Tested-by: mobiletc-prebuild Role Account <[email protected]> Auto-Submit: mobiletc-prebuild Role Account <[email protected]>
toolchain-utilsVarious 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.