blob: 4ff89c74355fe97cd0bfaade71941d5739f8de02 [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 ],
Philipp Schraderdada1072020-11-24 11:34:46 -080011 target_compatible_with = ["@platforms//os:linux"],
Brian Silverman7b8899e2018-06-30 19:19:24 -070012 visibility = ["//visibility:public"],
13)