Skip to content

Commit 563f613

Browse files
habermancopybara-github
authored andcommitted
Internal change.
PiperOrigin-RevId: 858832243
1 parent 783da0a commit 563f613

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

bazel/private/BUILD

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,13 @@ bzl_library(
160160
],
161161
)
162162

163+
bzl_library(
164+
name = "cc_proto_aspect_name_bzl",
165+
srcs = ["cc_proto_aspect_name.bzl"],
166+
visibility = [
167+
],
168+
)
169+
163170
bzl_library(
164171
name = "toolchain_helpers_bzl",
165172
srcs = [
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
"""Exposes cc_proto_aspect name to select paths"""
2+
3+
visibility([
4+
"//third_party/crubit/rs_bindings_from_cc/bazel_support",
5+
])
6+
7+
# Due to an unusual edge case, the Crubit aspect needs to know the name of the C++ proto aspect.
8+
cc_proto_aspect_name = "//bazel/private:google_cc_proto_library.bzl%cc_proto_aspect"

0 commit comments

Comments
 (0)