liiir1985 7f62dcda9f | ||
---|---|---|
.. | ||
afdo_metadata | ||
afdo_redaction | ||
afdo_tools | ||
bestflags | ||
binary_search_tool | ||
compiler_wrapper | ||
cros_utils | ||
crosperf | ||
cwp/cr-os | ||
debug_info_test | ||
go | ||
heatmaps | ||
llvm_extra | ||
llvm_tools | ||
orderfile | ||
pgo_tools | ||
rust_tools | ||
seccomp_tools/mass_seccomp_editor | ||
toolchain_utils_githooks | ||
upstream_workon | ||
.style.yapf | ||
LICENSE | ||
METADATA | ||
OWNERS | ||
OWNERS.toolchain | ||
PRESUBMIT.cfg | ||
README.chromium | ||
README.md | ||
android_merge_from_upstream.sh | ||
auto_delete_nightly_test_data.py | ||
build_chromeos.py | ||
build_tc.py | ||
buildbot_test_llvm.py | ||
buildbot_test_toolchains.py | ||
chromiumos_image_diff.py | ||
compiler-test.sh | ||
file_lock_machine.py | ||
file_lock_machine_test.py | ||
image_chromeos.py | ||
lock_machine.py | ||
make_root_writable.py | ||
pyrun | ||
remote_test.py | ||
run_tests_for.py | ||
tc_enter_chroot.py | ||
update_telemetry_defaults.py |
README.md
toolchain-utils
Various utilities used by the Chrome OS toolchain team.
Note
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.