Automatic code cleanup.

PiperOrigin-RevId: 362075479
Change-Id: Ib556b478b2e28fa6c35fe493b533035de4916bd0
This commit is contained in:
Googler 2021-03-10 09:57:49 -08:00 committed by Copybara-Service
parent 88ef31b429
commit 9544a3eeac
2 changed files with 2 additions and 0 deletions

View File

@ -28,4 +28,5 @@ compiler_flag = rule(
toolchains = [
"@bazel_tools//tools/cpp:toolchain_type", # copybara-use-repo-external-label
],
incompatible_use_toolchain_transition = True,
)

View File

@ -462,6 +462,7 @@ cc_shared_library = rule(
},
toolchains = ["@bazel_tools//tools/cpp:toolchain_type"], # copybara-use-repo-external-label
fragments = ["cpp"],
incompatible_use_toolchain_transition = True,
)
for_testing_dont_use_check_if_target_under_path = _check_if_target_under_path