Source release 16.4.0
This commit is contained in:
4
third_party/protobuf/examples/BUILD
vendored
4
third_party/protobuf/examples/BUILD
vendored
@@ -4,6 +4,10 @@
|
||||
# the WORKSPACE file in the same directory with this BUILD file for an
|
||||
# example.
|
||||
|
||||
load("@rules_cc//cc:defs.bzl", "cc_binary", "cc_proto_library")
|
||||
load("@rules_java//java:defs.bzl", "java_binary", "java_lite_proto_library", "java_proto_library")
|
||||
load("@rules_proto//proto:defs.bzl", "proto_library")
|
||||
|
||||
# For each .proto file, a proto_library target should be defined. This target
|
||||
# is not bound to any particular language. Instead, it defines the dependency
|
||||
# graph of the .proto files (i.e., proto imports) and serves as the provider
|
||||
|
||||
Reference in New Issue
Block a user