Skip to content

Commit

Permalink
use the flatbuffers:runtime_cc bazel target instead of flatbuffers.
Browse files Browse the repository at this point in the history
  • Loading branch information
advaitjain committed Nov 5, 2020
1 parent 81ed8ca commit 34f31a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/lite/micro/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ cc_library(
"//tensorflow/lite/core/api",
"//tensorflow/lite/kernels/internal:reference",
"//tensorflow/lite/schema:schema_fbs",
"@flatbuffers",
"@flatbuffers//:runtime_cc",
],
)

Expand Down

0 comments on commit 34f31a1

Please sign in to comment.