aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/label_image/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/examples/label_image/BUILD')
-rw-r--r--tensorflow/examples/label_image/BUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/tensorflow/examples/label_image/BUILD b/tensorflow/examples/label_image/BUILD
index d677e58ac3..ddbcf68df8 100644
--- a/tensorflow/examples/label_image/BUILD
+++ b/tensorflow/examples/label_image/BUILD
@@ -31,6 +31,9 @@ cc_binary(
# Jpg, gif, and png related code won't be included
"//tensorflow/cc:cc_ops",
"//tensorflow/core:android_tensorflow_lib",
+ # cc:android_tensorflow_image_op is for including jpeg/gif/png
+ # decoder to enable real-image evaluation on Android
+ "//tensorflow/core/kernels:android_tensorflow_image_op",
],
"//conditions:default": [
"//tensorflow/cc:cc_ops",