Add proto3 Any proto support for Java task api

PiperOrigin-RevId: 547836041
This commit is contained in:
MediaPipe Team
2023-07-13 10:10:17 -07:00
committed by Copybara-Service
parent e37bedd344
commit 8b59567cb7
4 changed files with 35 additions and 6 deletions
+7
View File
@@ -378,3 +378,10 @@ java_library(
"@maven//:com_google_auto_value_auto_value_annotations",
],
)
java_proto_library(
name = "any_java_proto",
deps = [
"@com_google_protobuf//:any_proto",
],
)