we actually don't need tflite_linkopts anymore

so remove it
This commit is contained in:
Koan-Sin Tan 2020-09-21 14:03:54 +08:00
parent 3643b85131
commit 46deac0453

View File

@ -1,4 +1,4 @@
load("//tensorflow/lite:build_def.bzl", "tflite_copts", "tflite_linkopts") load("//tensorflow/lite:build_def.bzl", "tflite_copts")
load("//tensorflow/lite/micro:build_def.bzl", "micro_copts") load("//tensorflow/lite/micro:build_def.bzl", "micro_copts")
load("//tensorflow/lite:special_rules.bzl", "tflite_portable_test_suite_combined") load("//tensorflow/lite:special_rules.bzl", "tflite_portable_test_suite_combined")
load("//tensorflow:tensorflow.bzl", "tf_opts_nortti_if_android") load("//tensorflow:tensorflow.bzl", "tf_opts_nortti_if_android")