aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/tools
diff options
context:
space:
mode:
authorGravatar Shashi Shekhar <shashishekhar@google.com>2018-09-03 13:47:27 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-03 13:51:20 -0700
commit72cebb88b57396bf74f84bec131c5049974617e7 (patch)
tree5d70dbb1d064db672992ea98473f3a6473a469c0 /tensorflow/contrib/lite/tools
parent92d9a9937747cb0c3ae14eafbd35c2b5abbc4483 (diff)
Fix a test.
PiperOrigin-RevId: 211377977
Diffstat (limited to 'tensorflow/contrib/lite/tools')
-rw-r--r--tensorflow/contrib/lite/tools/accuracy/BUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/tensorflow/contrib/lite/tools/accuracy/BUILD b/tensorflow/contrib/lite/tools/accuracy/BUILD
index 74f101c573..1b60d6a60d 100644
--- a/tensorflow/contrib/lite/tools/accuracy/BUILD
+++ b/tensorflow/contrib/lite/tools/accuracy/BUILD
@@ -45,7 +45,10 @@ tf_cc_test(
data = ["//tensorflow/contrib/lite:testdata/multi_add.bin"],
linkopts = common_linkopts,
linkstatic = 1,
- tags = ["tflite_not_portable_ios"],
+ tags = [
+ "tflite_not_portable_android",
+ "tflite_not_portable_ios",
+ ],
deps = [
":utils",
"@com_google_googletest//:gtest",