blob: b9032cf552964ad1a90db4442b214148d615766f [file] [log] [blame]
proto_library(
name = "test_proto",
testonly = 1,
srcs = ["test.proto"],
)
java_proto_library(
name = "test_java_proto",
testonly = 1,
visibility = ["//visibility:public"],
deps = [":test_proto"],
)