@@ -46,32 +46,6 @@ toolchain(
4646 toolchain_type = "//bazel/private:python_toolchain_type" ,
4747)
4848
49- # Following toolchain registrations are for builtin Bazel 7 rules
50- # which defined them in other repositories.
51- toolchain (
52- name = "cc_source_toolchain_bazel7" ,
53- exec_compatible_with = [],
54- target_compatible_with = [],
55- toolchain = "//:cc_toolchain" ,
56- toolchain_type = "@rules_cc//cc/proto:toolchain_type" ,
57- )
58-
59- toolchain (
60- name = "java_source_toolchain_bazel7" ,
61- exec_compatible_with = [],
62- target_compatible_with = [],
63- toolchain = "//java/core:toolchain" ,
64- toolchain_type = "@rules_java//java/proto:toolchain_type" ,
65- )
66-
67- toolchain (
68- name = "javalite_source_toolchain_bazel7" ,
69- exec_compatible_with = [],
70- target_compatible_with = [],
71- toolchain = "//java/lite:toolchain" ,
72- toolchain_type = "@rules_java//java/proto:lite_toolchain_type" ,
73- )
74-
7549filegroup (
7650 name = "for_bazel_tests" ,
7751 testonly = True ,
0 commit comments