They are not needed after the rules are move into protobuf repo. Except for the reference to toolchain type, which is currently in rules_proto and can be moved after the implementation is moved into protobuf repo. PiperOrigin-RevId: 622176865pull/16374/head
parent
090525f3f2
commit
21d75f861c
37 changed files with 101 additions and 79 deletions
@ -0,0 +1,12 @@ |
||||
load("@bazel_skylib//:bzl_library.bzl", "bzl_library") |
||||
|
||||
bzl_library( |
||||
name = "proto_common_bzl", |
||||
srcs = [ |
||||
"proto_common.bzl", |
||||
], |
||||
visibility = ["//visibility:public"], |
||||
deps = [ |
||||
"//bazel/private:native_bzl", |
||||
], |
||||
) |
Loading…
Reference in new issue