From 2e86d77a0ac84f9f0aa4323e6ad8261ff9c19996 Mon Sep 17 00:00:00 2001 From: Suleman Shahid Date: Wed, 16 Apr 2025 22:00:31 +0000 Subject: [PATCH] missing dep --- tensorflow/lite/micro/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/lite/micro/BUILD b/tensorflow/lite/micro/BUILD index 9fcc83cc026..279e751245c 100644 --- a/tensorflow/lite/micro/BUILD +++ b/tensorflow/lite/micro/BUILD @@ -432,7 +432,7 @@ tflm_cc_library( "hexdump.h", ], deps = [ - ":debug_log", + ":micro_log", ":span", ":static_vector", ],