mirror of
https://github.com/protocolbuffers/protobuf
synced 2026-08-26 02:23:14 -04:00
Add missing timestamp_upb_reflection_proto alias
PiperOrigin-RevId: 862919795
This commit is contained in:
parent
17983b25a8
commit
8452f14b70
1 changed files with 6 additions and 0 deletions
|
|
@ -272,6 +272,12 @@ alias(
|
|||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
alias(
|
||||
name = "timestamp_upb_reflection_proto",
|
||||
actual = "//src/google/protobuf:timestamp_upb_reflection_proto",
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
alias(
|
||||
name = "type_upb_reflection_proto",
|
||||
actual = "//src/google/protobuf:type_upb_reflection_proto",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue