Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Senna committed Aug 29, 2024
1 parent 63c68fe commit 0c2d5a4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ cc_grpc_library(
)

cc_grpc_library(
name = "cache_network_cc_grpc",
srcs = [":cache_network_proto"],
name = "atom_space_node_cc_grpc",
srcs = [":atom_space_node_proto"],
grpc_only = True,
deps = [":cache_network_cc_proto"],
deps = [":atom_space_node_cc_proto"],
visibility = ["//visibility:public"],
)

Expand All @@ -33,8 +33,8 @@ cc_proto_library(
)

cc_proto_library(
name = "cache_network_cc_proto",
deps = [":cache_network_proto"],
name = "atom_space_node_cc_proto",
deps = [":atom_space_node_proto"],
visibility = ["//visibility:public"],
)

Expand All @@ -52,8 +52,8 @@ proto_library(
)

proto_library(
name = "cache_network_proto",
srcs = ["cache_network.proto"],
name = "atom_space_node_proto",
srcs = ["atom_space_node.proto"],
deps = [":common_proto"],
visibility = ["//visibility:public"],
)
Expand Down

0 comments on commit 0c2d5a4

Please sign in to comment.