Skip to content

Commit

Permalink
Fix Bazel dependency cycle issue affecting Kythe (#18768)
Browse files Browse the repository at this point in the history
The fact that our `:protobuf_nowkt` target actually does depend on the
well-known types is causing a dependency cycle for Kythe. This fixes that so
that `:protobuf_nowkt` no longer depends on the well-known types.

PiperOrigin-RevId: 684160567
  • Loading branch information
acozzette authored Oct 10, 2024
1 parent e80638e commit 6df33a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ alias(

alias(
name = "protobuf_nowkt",
actual = "//src/google/protobuf:protobuf_layering_check_legacy",
actual = "//src/google/protobuf",
deprecation = "Use //:protobuf instead",
visibility = ["//visibility:public"],
)
Expand Down

0 comments on commit 6df33a4

Please sign in to comment.