Fix Android build with any Protos

PiperOrigin-RevId: 551325541
This commit is contained in:
Sebastian Schmidt 2023-07-26 15:02:27 -07:00 committed by Copybara-Service
parent fa5c1b03d2
commit f156397e8f

6
third_party/BUILD vendored
View File

@ -379,9 +379,9 @@ java_library(
],
)
java_proto_library(
java_import(
name = "any_java_proto",
deps = [
"@com_google_protobuf//:any_proto",
jars = [
"@com_google_protobuf//java/core:libcore.jar",
],
)