Fix Android build with any Protos

PiperOrigin-RevId: 551325541
This commit is contained in:
Sebastian Schmidt
2023-07-26 15:04:38 -07:00
committed by Copybara-Service
parent fa5c1b03d2
commit f156397e8f
+3 -3
View File
@@ -379,9 +379,9 @@ java_library(
], ],
) )
java_proto_library( java_import(
name = "any_java_proto", name = "any_java_proto",
deps = [ jars = [
"@com_google_protobuf//:any_proto", "@com_google_protobuf//java/core:libcore.jar",
], ],
) )