Skip to content

Commit

Permalink
Create toolchain types for proto_library and lang_proto_library
Browse files Browse the repository at this point in the history
This handles only lang_proto_libraries defined in Bazel: Java, Java lite, Python, C++.

Design doc: https://docs.google.com/document/d/1CE6wJHNfKbUPBr7-mmk_0Yo3a4TaqcTPE0OWNuQkhPs/edit#heading=h.5mcn15i0e1ch
Issue: #179
PiperOrigin-RevId: 566380737
  • Loading branch information
A Googler authored and Blaze Rules Copybara committed Sep 18, 2023
1 parent 8aa1e67 commit 7537ac6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions proto/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@ bzl_library(
"//proto/private:dependencies",
],
)

# Toolchain type provided by proto_toolchain rule and used by proto_library
toolchain_type(
name = "toolchain_type",
visibility = ["//visibility:public"],
)

0 comments on commit 7537ac6

Please sign in to comment.