gerrit/proto/BUILD
Dave Borowitz 11f0c64df9 Custom serializers for ChangeKindCache, including protobuf
Change-Id: I7f2e56f78fd346170922c366c57465d6dfb136ef
2018-04-27 12:25:45 -04:00

11 lines
196 B
Python

proto_library(
name = "cache_proto",
srcs = ["cache.proto"],
)
java_proto_library(
name = "cache_java_proto",
visibility = ["//visibility:public"],
deps = [":cache_proto"],
)