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