blob: 2cace6fcff9e98c2ec5e1de4f348d65713503a73 [file] [log] [blame]
licenses(["notice"])
proto_library(
name = "proto",
srcs = glob(["*.proto"]),
cc_api_version = 2,
compatible_with = ["//buildenv/target:appengine"],
deps = [
"//google/protobuf:duration",
],
)