Skip to content
Snippets Groups Projects
Unverified Commit 3a790821 authored by Xùdōng Yáng's avatar Xùdōng Yáng Committed by GitHub
Browse files

Use `java_proto_library` from `@proto` to match the `proto_library` f… (#24283)


…rom `@proto`, otherwise the `ProtoInfo` providers don't match:

`in deps attribute of java_proto_library rule
@@bazel_tools//src/main/protobuf:java_compilation_java_proto:
'@@bazel_tools//src/main/protobuf:java_compilation_proto' does not have
mandatory providers: 'ProtoInfo'`

PiperOrigin-RevId: 695525449
Change-Id: Idf30a8ac1838409d39bb17822830be63115148d2

Co-authored-by: default avatarGoogler <ahumesky@google.com>
parent 468858a1
Tags
No related merge requests found
load("@protobuf//bazel:cc_proto_library.bzl", "cc_proto_library")
load("@protobuf//bazel:java_proto_library.bzl", "java_proto_library")
load("@protobuf//bazel:proto_library.bzl", "proto_library")
load("@protobuf//bazel:py_proto_library.bzl", "py_proto_library")
load("//third_party/grpc:build_defs.bzl", "java_grpc_library")
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment