blob: 94045b5b1d373fabe6295811fe79be3c030b837c [file]
"""java protobuf and grpc rules."""
load(":java_grpc_compile.bzl", _java_grpc_compile = "java_grpc_compile")
load(":java_grpc_library.bzl", _java_grpc_library = "java_grpc_library")
load(":java_proto_compile.bzl", _java_proto_compile = "java_proto_compile")
load(":java_proto_library.bzl", _java_proto_library = "java_proto_library")
# Export java rules
java_proto_compile = _java_proto_compile
java_grpc_compile = _java_grpc_compile
java_proto_library = _java_proto_library
java_grpc_library = _java_grpc_library