mirror of https://github.com/bazelbuild/rules_cc
Automatic code cleanup.
PiperOrigin-RevId: 407085810 Change-Id: I6cac435d8e0e89f97405c7b3923d1891da78740b
This commit is contained in:
parent
f846566869
commit
426f721323
|
@ -31,6 +31,5 @@ cc_flags_supplier = rule(
|
|||
"_cc_toolchain": attr.label(default = Label("@bazel_tools//tools/cpp:current_cc_toolchain")),
|
||||
},
|
||||
toolchains = ["@bazel_tools//tools/cpp:toolchain_type"], # copybara-use-repo-external-label
|
||||
incompatible_use_toolchain_transition = True,
|
||||
fragments = ["cpp"],
|
||||
)
|
||||
|
|
|
@ -28,5 +28,4 @@ compiler_flag = rule(
|
|||
toolchains = [
|
||||
"@bazel_tools//tools/cpp:toolchain_type", # copybara-use-repo-external-label
|
||||
],
|
||||
incompatible_use_toolchain_transition = True,
|
||||
)
|
||||
|
|
|
@ -96,5 +96,4 @@ my_c_archive = rule(
|
|||
},
|
||||
fragments = ["cpp"],
|
||||
toolchains = ["@bazel_tools//tools/cpp:toolchain_type"], # copybara-use-repo-external-label
|
||||
incompatible_use_toolchain_transition = True,
|
||||
)
|
||||
|
|
|
@ -77,6 +77,5 @@ my_c_compile = rule(
|
|||
"_cc_toolchain": attr.label(default = Label("@bazel_tools//tools/cpp:current_cc_toolchain")),
|
||||
},
|
||||
toolchains = ["@bazel_tools//tools/cpp:toolchain_type"], # copybara-use-repo-external-label
|
||||
incompatible_use_toolchain_transition = True,
|
||||
fragments = ["cpp"],
|
||||
)
|
||||
|
|
|
@ -29,5 +29,4 @@ write_cc_toolchain_cpu = rule(
|
|||
"_cc_toolchain": attr.label(default = Label("@bazel_tools//tools/cpp:current_cc_toolchain")),
|
||||
},
|
||||
toolchains = ["@bazel_tools//tools/cpp:toolchain_type"], # copybara-use-repo-external-label
|
||||
incompatible_use_toolchain_transition = True,
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue