Skip to content

Commit e9d6bcb

Browse files
protobuf-github-bottonyliaoss
authored andcommitted
Add missing timestamp_upb_reflection_proto alias
PiperOrigin-RevId: 862919795
1 parent e71d379 commit e9d6bcb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

BUILD.bazel

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,12 @@ alias(
272272
visibility = ["//visibility:public"],
273273
)
274274

275+
alias(
276+
name = "timestamp_upb_reflection_proto",
277+
actual = "//src/google/protobuf:timestamp_upb_reflection_proto",
278+
visibility = ["//visibility:public"],
279+
)
280+
275281
alias(
276282
name = "type_upb_reflection_proto",
277283
actual = "//src/google/protobuf:type_upb_reflection_proto",

0 commit comments

Comments
 (0)