From c26965c842e33be3674b7556d865ca09e00e2da8 Mon Sep 17 00:00:00 2001 From: MediaPipe Team Date: Fri, 24 Mar 2023 08:28:42 -0700 Subject: [PATCH] Internal change PiperOrigin-RevId: 519150182 --- mediapipe/framework/formats/annotation/BUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mediapipe/framework/formats/annotation/BUILD b/mediapipe/framework/formats/annotation/BUILD index 9bcb7bccd..cbbb28420 100644 --- a/mediapipe/framework/formats/annotation/BUILD +++ b/mediapipe/framework/formats/annotation/BUILD @@ -23,8 +23,9 @@ licenses(["notice"]) mediapipe_proto_library( name = "locus_proto", srcs = ["locus.proto"], - portable_deps = ["//mediapipe/framework/formats/annotation:rasterization_cc_proto"], - deps = ["//mediapipe/framework/formats/annotation:rasterization_proto"], + deps = [ + ":rasterization_proto", + ], ) mediapipe_proto_library(