From 10d28e7c4251b379c86a3f263e4b849da0f8cc3d Mon Sep 17 00:00:00 2001
From: Karim Nosir <karimnosseir@google.com>
Date: Wed, 24 Jul 2019 16:25:32 -0700
Subject: [PATCH] Internal change

PiperOrigin-RevId: 259840566
---
 tensorflow/lite/build_def.bzl | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tensorflow/lite/build_def.bzl b/tensorflow/lite/build_def.bzl
index cb98f69ec47..202c3057877 100644
--- a/tensorflow/lite/build_def.bzl
+++ b/tensorflow/lite/build_def.bzl
@@ -110,6 +110,7 @@ def tflite_jni_binary(
         linkstatic = 1,
         testonly = 0,
         deps = [],
+        tags = [],
         srcs = []):
     """Builds a jni binary for TFLite."""
     linkopts = linkopts + select({
@@ -130,6 +131,7 @@ def tflite_jni_binary(
         linkstatic = linkstatic,
         deps = deps + [linkscript, exported_symbols],
         srcs = srcs,
+        tags = tags,
         linkopts = linkopts,
         testonly = testonly,
     )