Skip to content

Commit

Permalink
Add redirects for C++ and Java proto rules
Browse files Browse the repository at this point in the history
Redirected rules: java_proto_library, java_lite_proto_library, cc_proto_library

PiperOrigin-RevId: 622118691
  • Loading branch information
protobuf-github-bot authored and Copybara-Service committed Apr 5, 2024
1 parent d4d34ab commit 9da1b86
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bazel/cc_proto_library.bzl
@@ -0,0 +1,3 @@
"""cc_proto_library rule"""

cc_proto_library = native.cc_proto_library
3 changes: 3 additions & 0 deletions bazel/java_lite_proto_library.bzl
@@ -0,0 +1,3 @@
"""java_lite_proto_library rule"""

java_lite_proto_library = native.java_lite_proto_library
3 changes: 3 additions & 0 deletions bazel/java_proto_library.bzl
@@ -0,0 +1,3 @@
"""java_proto_library rule"""

java_proto_library = native.java_proto_library

0 comments on commit 9da1b86

Please sign in to comment.