mirror of
https://github.com/protocolbuffers/protobuf
synced 2026-08-26 02:23:14 -04:00
Internal change.
PiperOrigin-RevId: 964172133
This commit is contained in:
parent
838d639d29
commit
0eafd3c3e4
1 changed files with 0 additions and 9 deletions
|
|
@ -6,10 +6,6 @@
|
|||
# https://developers.google.com/open-source/licenses/bsd
|
||||
|
||||
load("@rules_cc//cc:cc_test.bzl", "cc_test")
|
||||
load(
|
||||
"//bazel:cc_proto_library.bzl",
|
||||
"cc_proto_library",
|
||||
)
|
||||
load("//bazel:proto_library.bzl", "proto_library")
|
||||
load(
|
||||
"//hpb/bazel:hpb_proto_library.bzl",
|
||||
|
|
@ -117,11 +113,6 @@ hpb_proto_library(
|
|||
],
|
||||
)
|
||||
|
||||
cc_proto_library(
|
||||
name = "test_model_cc_proto",
|
||||
deps = [":test_model_proto"],
|
||||
)
|
||||
|
||||
proto_library(
|
||||
name = "legacy_name_proto",
|
||||
srcs = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue