android13/external/toolchain-utils
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
afdo_metadata initial 2024-06-22 20:45:49 +08:00
afdo_redaction initial 2024-06-22 20:45:49 +08:00
afdo_tools initial 2024-06-22 20:45:49 +08:00
bestflags initial 2024-06-22 20:45:49 +08:00
binary_search_tool initial 2024-06-22 20:45:49 +08:00
compiler_wrapper initial 2024-06-22 20:45:49 +08:00
cros_utils initial 2024-06-22 20:45:49 +08:00
crosperf initial 2024-06-22 20:45:49 +08:00
cwp/cr-os initial 2024-06-22 20:45:49 +08:00
debug_info_test initial 2024-06-22 20:45:49 +08:00
go initial 2024-06-22 20:45:49 +08:00
heatmaps initial 2024-06-22 20:45:49 +08:00
llvm_extra initial 2024-06-22 20:45:49 +08:00
llvm_tools initial 2024-06-22 20:45:49 +08:00
orderfile initial 2024-06-22 20:45:49 +08:00
pgo_tools initial 2024-06-22 20:45:49 +08:00
rust_tools initial 2024-06-22 20:45:49 +08:00
seccomp_tools/mass_seccomp_editor initial 2024-06-22 20:45:49 +08:00
toolchain_utils_githooks initial 2024-06-22 20:45:49 +08:00
upstream_workon initial 2024-06-22 20:45:49 +08:00
.style.yapf initial 2024-06-22 20:45:49 +08:00
LICENSE initial 2024-06-22 20:45:49 +08:00
METADATA initial 2024-06-22 20:45:49 +08:00
OWNERS initial 2024-06-22 20:45:49 +08:00
OWNERS.toolchain initial 2024-06-22 20:45:49 +08:00
PRESUBMIT.cfg initial 2024-06-22 20:45:49 +08:00
README.chromium initial 2024-06-22 20:45:49 +08:00
README.md initial 2024-06-22 20:45:49 +08:00
android_merge_from_upstream.sh initial 2024-06-22 20:45:49 +08:00
auto_delete_nightly_test_data.py initial 2024-06-22 20:45:49 +08:00
build_chromeos.py initial 2024-06-22 20:45:49 +08:00
build_tc.py initial 2024-06-22 20:45:49 +08:00
buildbot_test_llvm.py initial 2024-06-22 20:45:49 +08:00
buildbot_test_toolchains.py initial 2024-06-22 20:45:49 +08:00
chromiumos_image_diff.py initial 2024-06-22 20:45:49 +08:00
compiler-test.sh initial 2024-06-22 20:45:49 +08:00
file_lock_machine.py initial 2024-06-22 20:45:49 +08:00
file_lock_machine_test.py initial 2024-06-22 20:45:49 +08:00
image_chromeos.py initial 2024-06-22 20:45:49 +08:00
lock_machine.py initial 2024-06-22 20:45:49 +08:00
make_root_writable.py initial 2024-06-22 20:45:49 +08:00
pyrun initial 2024-06-22 20:45:49 +08:00
remote_test.py initial 2024-06-22 20:45:49 +08:00
run_tests_for.py initial 2024-06-22 20:45:49 +08:00
tc_enter_chroot.py initial 2024-06-22 20:45:49 +08:00
update_telemetry_defaults.py initial 2024-06-22 20:45:49 +08:00

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.