Exposed under private, only intended to be used in rules_rust. PiperOrigin-RevId: 688722865pull/18947/head
parent
8376542603
commit
50689dcf41
2 changed files with 11 additions and 0 deletions
@ -0,0 +1,5 @@ |
|||||||
|
"""Exposes cc_proto_aspect to rules_rust""" |
||||||
|
|
||||||
|
load("//bazel/private:bazel_cc_proto_library.bzl", _cc_proto_aspect = "cc_proto_aspect") |
||||||
|
|
||||||
|
cc_proto_aspect = _cc_proto_aspect |
Loading…
Reference in new issue