History log of /aosp_15_r20/external/bazelbuild-rules_cc/ (Results 1 – 1 of 1)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
eed53cd418-Jul-2024 HONG Yifan <[email protected]>

OWNERS -> Kleaf team. am: 0c1d385edd am: 7a77e6202c

Original change: https://android-review.googlesource.com/c/platform/external/bazelbuild-rules_cc/+/3180900

Change-Id: Ida32db85e4b982c99877bfa12f

OWNERS -> Kleaf team. am: 0c1d385edd am: 7a77e6202c

Original change: https://android-review.googlesource.com/c/platform/external/bazelbuild-rules_cc/+/3180900

Change-Id: Ida32db85e4b982c99877bfa12f0160ded42bd470
Signed-off-by: Automerger Merge Worker <[email protected]>

show more ...


.bazelci/presubmit.yml
.bcr/metadata.template.json
.bcr/presubmit.yml
.bcr/source.template.json
.gitignore
AUTHORS
BUILD
CODEOWNERS
CONTRIBUTING.md
ISSUE_TEMPLATE.md
LICENSE
METADATA
MODULE.bazel
MODULE_LICENSE_APACHE2
OWNERS
README.md
WORKSPACE
cc/BUILD
cc/action_names.bzl
cc/cc_toolchain_config_lib.bzl
cc/compiler/BUILD
cc/defs.bzl
cc/extensions.bzl
cc/find_cc_toolchain.bzl
cc/private/rules_impl/BUILD
cc/private/rules_impl/cc_flags_supplier.bzl
cc/private/rules_impl/cc_flags_supplier_lib.bzl
cc/private/rules_impl/compiler_flag.bzl
cc/private/rules_impl/native.bzl
cc/private/toolchain/BUILD
cc/private/toolchain/BUILD.empty
cc/private/toolchain/BUILD.static.freebsd
cc/private/toolchain/BUILD.toolchains.tpl
cc/private/toolchain/BUILD.tpl
cc/private/toolchain/BUILD.windows.tpl
cc/private/toolchain/armeabi_cc_toolchain_config.bzl
cc/private/toolchain/build_interface_so
cc/private/toolchain/cc_configure.bzl
cc/private/toolchain/cc_toolchain_config.bzl
cc/private/toolchain/clang_installation_error.bat.tpl
cc/private/toolchain/empty.cc
cc/private/toolchain/empty_cc_toolchain_config.bzl
cc/private/toolchain/freebsd_cc_toolchain_config.bzl
cc/private/toolchain/grep-includes.sh
cc/private/toolchain/lib_cc_configure.bzl
cc/private/toolchain/link_dynamic_library.sh
cc/private/toolchain/linux_cc_wrapper.sh.tpl
cc/private/toolchain/msys_gcc_installation_error.bat
cc/private/toolchain/osx_cc_wrapper.sh.tpl
cc/private/toolchain/unix_cc_configure.bzl
cc/private/toolchain/unix_cc_toolchain_config.bzl
cc/private/toolchain/vc_installation_error.bat.tpl
cc/private/toolchain/windows_cc_configure.bzl
cc/private/toolchain/windows_cc_toolchain_config.bzl
cc/proto/BUILD
cc/repositories.bzl
cc/runfiles/BUILD
cc/system_library.bzl
cc/toolchain_utils.bzl
cc/toolchains/BUILD
cc/toolchains/README.md
cc/toolchains/action_type_config.bzl
cc/toolchains/actions.bzl
cc/toolchains/actions/BUILD
cc/toolchains/args.bzl
cc/toolchains/args_list.bzl
cc/toolchains/cc_toolchain_info.bzl
cc/toolchains/feature.bzl
cc/toolchains/feature_constraint.bzl
cc/toolchains/feature_set.bzl
cc/toolchains/features/BUILD
cc/toolchains/features/legacy/BUILD
cc/toolchains/format.bzl
cc/toolchains/impl/BUILD
cc/toolchains/impl/args_utils.bzl
cc/toolchains/impl/collect.bzl
cc/toolchains/impl/external_feature.bzl
cc/toolchains/impl/legacy_converter.bzl
cc/toolchains/impl/nested_args.bzl
cc/toolchains/impl/toolchain_config.bzl
cc/toolchains/impl/toolchain_config_info.bzl
cc/toolchains/impl/variables.bzl
cc/toolchains/mutually_exclusive_category.bzl
cc/toolchains/nested_args.bzl
cc/toolchains/tool.bzl
cc/toolchains/toolchain.bzl
cc/toolchains/variables/BUILD
examples/BUILD
examples/custom_toolchain/BUILD
examples/custom_toolchain/README.md
examples/custom_toolchain/buildme.cc
examples/custom_toolchain/sample_compiler
examples/custom_toolchain/sample_linker
examples/custom_toolchain/toolchain_config.bzl
examples/experimental_cc_shared_library.bzl
examples/my_c_archive/BUILD
examples/my_c_archive/bar.c
examples/my_c_archive/foo.c
examples/my_c_archive/main.c
examples/my_c_archive/my_c_archive.bzl
examples/my_c_compile/BUILD
examples/my_c_compile/foo.c
examples/my_c_compile/my_c_compile.bzl
examples/write_cc_toolchain_cpu/BUILD
examples/write_cc_toolchain_cpu/write_cc_toolchain_cpu.bzl
renovate.json
tests/compiler_settings/BUILD
tests/compiler_settings/main.cc
tests/load_from_macro/BUILD
tests/load_from_macro/foo.cc
tests/load_from_macro/tags.bzl
tests/rule_based_toolchain/BUILD
tests/rule_based_toolchain/action_type_config/BUILD
tests/rule_based_toolchain/action_type_config/action_type_config_test.bzl
tests/rule_based_toolchain/actions/BUILD
tests/rule_based_toolchain/actions/actions_test.bzl
tests/rule_based_toolchain/analysis_test_suite.bzl
tests/rule_based_toolchain/args/BUILD
tests/rule_based_toolchain/args/args_test.bzl
tests/rule_based_toolchain/args_list/BUILD
tests/rule_based_toolchain/args_list/args_list_test.bzl
tests/rule_based_toolchain/features/BUILD
tests/rule_based_toolchain/features/features_test.bzl
tests/rule_based_toolchain/generate_factory.bzl
tests/rule_based_toolchain/generics.bzl
tests/rule_based_toolchain/nested_args/BUILD
tests/rule_based_toolchain/nested_args/nested_args_test.bzl
tests/rule_based_toolchain/subjects.bzl
tests/rule_based_toolchain/testdata/BUILD
tests/rule_based_toolchain/testdata/bin
tests/rule_based_toolchain/testdata/bin_wrapper.sh
tests/rule_based_toolchain/testdata/file1
tests/rule_based_toolchain/testdata/file2
tests/rule_based_toolchain/testdata/multiple1
tests/rule_based_toolchain/testdata/multiple2
tests/rule_based_toolchain/tool/BUILD
tests/rule_based_toolchain/tool/tool_test.bzl
tests/rule_based_toolchain/toolchain_config/BUILD
tests/rule_based_toolchain/toolchain_config/toolchain_config_test.bzl
tests/rule_based_toolchain/variables/BUILD
tests/rule_based_toolchain/variables/variables_test.bzl
tests/simple_binary/BUILD
tests/simple_binary/foo.cc
tests/system_library/BUILD
tests/system_library/system_library_test.sh
tests/system_library/unittest.bash
third_party/BUILD
third_party/com/github/bazelbuild/bazel/src/main/protobuf/BUILD
third_party/com/github/bazelbuild/bazel/src/main/protobuf/crosstool_config.proto
third_party/six.BUILD
tools/migration/BUILD
tools/migration/cc_toolchain_config_comparator.bzl
tools/migration/convert_crosstool_to_starlark.go
tools/migration/crosstool_query.py
tools/migration/crosstool_to_starlark_lib.go
tools/migration/crosstool_to_starlark_lib_test.go
tools/migration/ctoolchain_comparator.py
tools/migration/ctoolchain_comparator_lib.py
tools/migration/ctoolchain_comparator_lib_test.py
tools/migration/ctoolchain_compare.bzl
tools/migration/legacy_fields_migration_lib.py
tools/migration/legacy_fields_migration_lib_test.py
tools/migration/legacy_fields_migrator.py