Sign in
gerrit
/
gerrit
/
452cf870f33fe31e7df2ab027b38cfbea59a9f7b
/
.
/
proto
/
testing
/
BUILD
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"
],
)