Skip to content

Commit a5f2923

Browse files
authored
Missing build dep for hexdump. (#3096)
Build fail in some cases because missing dep. BUG=simple fix
1 parent 80472ee commit a5f2923

File tree

1 file changed

+1
-1
lines changed
  • tensorflow/lite/micro

1 file changed

+1
-1
lines changed

Diff for: tensorflow/lite/micro/BUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ tflm_cc_library(
432432
"hexdump.h",
433433
],
434434
deps = [
435-
":debug_log",
435+
":micro_log",
436436
":span",
437437
":static_vector",
438438
],

0 commit comments

Comments
 (0)