From 34f31a179d63263d6e4d7445332642ca52805f9f Mon Sep 17 00:00:00 2001 From: Advait Jain Date: Thu, 5 Nov 2020 13:09:10 -0800 Subject: [PATCH] use the flatbuffers:runtime_cc bazel target instead of flatbuffers. --- 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 d480d2e5f8c693..44aabe3cd3e318 100644 --- a/tensorflow/lite/micro/BUILD +++ b/tensorflow/lite/micro/BUILD @@ -66,7 +66,7 @@ cc_library( "//tensorflow/lite/core/api", "//tensorflow/lite/kernels/internal:reference", "//tensorflow/lite/schema:schema_fbs", - "@flatbuffers", + "@flatbuffers//:runtime_cc", ], )