Fix duplicated generated file

pull/23902/head
Richard Belleville 5 years ago committed by Jan Tattermusch
parent bc4d478a21
commit aa942b0e82
  1. 8
      examples/objective-c/BUILD

@ -27,12 +27,12 @@ objc_grpc_library(
deps = ["//examples:helloworld_proto"],
)
# This one works with import "external/com_github_grpc_grpc/examples/protos/Helloworld.pbrpc.h"
# This one works with import "external/com_github_grpc_grpc/examples/protos/Keyvaluestore.pbrpc.h"
objc_grpc_library(
name = "HelloWorld_grpc_proto_external",
srcs = ["//external/com_github_grpc_grpc/examples:protos/helloworld.proto"],
name = "Keyvaluestore_grpc_proto_external",
srcs = ["//external/com_github_grpc_grpc/examples:protos/keyvaluestore.proto"],
tags = ["manual"],
deps = ["@com_github_grpc_grpc//examples:helloworld_proto"],
deps = ["@com_github_grpc_grpc//examples:keyvaluestore_proto"],
)
objc_library(

Loading…
Cancel
Save