blob: 282cdad2bc03d35b67d92a376c9b0c95eb642fa4 [file] [log] [blame]
Brian Silverman7b8899e2018-06-30 19:19:24 -07001licenses(["notice"])
Brian Silvermand4aea1d2015-12-09 00:24:18 -05002
3# Generated from Bazel's
4# 30df02a567cbd8a307b96037f0960fca66a5deaf://src/main/protobuf/extra_actions_base.proto.
Austin Schuhda9d0602019-09-15 17:29:38 -07005# TODO(phil): Update this once we upgrade protobuf.
Brian Silvermand4aea1d2015-12-09 00:24:18 -05006py_library(
Brian Silverman7b8899e2018-06-30 19:19:24 -07007 name = "extra_actions_proto_py",
8 srcs = [
9 "protos/extra_actions_base_pb2.py",
10 ],
11 visibility = ["//visibility:public"],
12)