Add redirects for C++ and Java proto rules

Redirected rules: java_proto_library, java_lite_proto_library, cc_proto_library

PiperOrigin-RevId: 622118691
pull/16372/head
Protobuf Team Bot 2024-04-05 02:43:22 -07:00 committed by Copybara-Service
parent d4d34abd7d
commit 9da1b86c30
3 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,3 @@
"""cc_proto_library rule"""
cc_proto_library = native.cc_proto_library

View File

@ -0,0 +1,3 @@
"""java_lite_proto_library rule"""
java_lite_proto_library = native.java_lite_proto_library

View File

@ -0,0 +1,3 @@
"""java_proto_library rule"""
java_proto_library = native.java_proto_library