Skip to content

Commit 6df33a4

Browse files
author
Adam Cozzette
authored
Fix Bazel dependency cycle issue affecting Kythe (#18768)
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
1 parent e80638e commit 6df33a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ alias(
266266

267267
alias(
268268
name = "protobuf_nowkt",
269-
actual = "//src/google/protobuf:protobuf_layering_check_legacy",
269+
actual = "//src/google/protobuf",
270270
deprecation = "Use //:protobuf instead",
271271
visibility = ["//visibility:public"],
272272
)

0 commit comments

Comments
 (0)