Fix the wrong path of "text_embedder_graph_options_java_proto_lite".

PiperOrigin-RevId: 488490050
This commit is contained in:
Jiuqiang Tang 2022-11-14 15:49:22 -08:00 committed by Copybara-Service
parent cce1751dbf
commit 794f64db55

View File

@ -50,7 +50,7 @@ _VISION_TASKS_JAVA_PROTO_LITE_TARGETS = [
_TEXT_TASKS_JAVA_PROTO_LITE_TARGETS = [
"//mediapipe/tasks/cc/text/text_classifier/proto:text_classifier_graph_options_java_proto_lite",
"//mediapipe/tasks/cc/text/text_classifier/proto:text_embedder_graph_options_java_proto_lite",
"//mediapipe/tasks/cc/text/text_embedder/proto:text_embedder_graph_options_java_proto_lite",
]
def mediapipe_tasks_core_aar(name, srcs, manifest):