Fix build.
authorShashi Shekhar <shashishekhar@google.com>
Wed, 7 Mar 2018 01:39:01 +0000 (17:39 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Wed, 7 Mar 2018 01:46:02 +0000 (17:46 -0800)
PiperOrigin-RevId: 188109002

tensorflow/contrib/lite/java/src/main/native/BUILD

index 15806d5..3571182 100644 (file)
@@ -11,6 +11,7 @@ licenses(["notice"])  # Apache 2.0
 cc_library(
     name = "native_framework_only",
     srcs = [
+        "duration_utils_jni.cc",
         "exception_jni.cc",
         "nativeinterpreterwrapper_jni.cc",
         "tensor_jni.cc",