aboutsummaryrefslogtreecommitdiff
path: root/tensorflow/contrib/lite/kernels/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/lite/kernels/Android.bp')
-rw-r--r--tensorflow/contrib/lite/kernels/Android.bp13
1 files changed, 13 insertions, 0 deletions
diff --git a/tensorflow/contrib/lite/kernels/Android.bp b/tensorflow/contrib/lite/kernels/Android.bp
index 391aa234ff0..f077bcfbed9 100644
--- a/tensorflow/contrib/lite/kernels/Android.bp
+++ b/tensorflow/contrib/lite/kernels/Android.bp
@@ -13,6 +13,19 @@
// limitations under the License.
cc_library_static {
+ name: "libtflite_kernel_utils",
+ defaults: ["tflite_defaults"],
+ vendor_available: true,
+ srcs: [
+ "kernel_util.cc",
+ "internal/tensor_utils.cc",
+ "internal/quantization_util.cc",
+ "internal/reference/portable_tensor_utils.cc",
+ "internal/optimized/neon_tensor_utils.cc",
+ ],
+}
+
+cc_library_static {
name: "libtflite_kernels",
defaults: ["tflite_defaults"],
srcs: [