blob: 4aecbeacd54f6c8b607bcd78a95b87f1539263ae [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.
5py_library(
Brian Silverman7b8899e2018-06-30 19:19:24 -07006 name = "extra_actions_proto_py",
7 srcs = [
8 "protos/extra_actions_base_pb2.py",
9 ],
10 visibility = ["//visibility:public"],
11)
12
13# Generated from Bazel's
14# aa7e972dbc96aa94f86522d452089dc30f6dbbcd://src/main/protobuf/crosstool_config.proto.
15py_library(
16 name = "crosstool_config_proto_py",
17 srcs = [
18 "protos/crosstool_config_pb2.py",
19 ],
20 visibility = ["//visibility:public"],
21 deps = ["//third_party/protobuf:protobuf_python"],
Brian Silvermand4aea1d2015-12-09 00:24:18 -050022)