Fix broken dependency for shim "builtin_ops" target.

Also add "builtin_ops" to the build_test target.

PiperOrigin-RevId: 345720360
Change-Id: Id90a3d80c9c615c9960fa61e4dccccf03a827533
This commit is contained in:
Fergus Henderson 2020-12-04 11:30:29 -08:00 committed by TensorFlower Gardener
parent 72f425840f
commit ef9f660b77

View File

@ -110,15 +110,16 @@ cc_library(
],
compatible_with = get_compatible_with_portable(),
deps = [
":builtin_ops_impl",
"//tensorflow/lite:framework_lib",
"//tensorflow/lite:cc_api",
"//tensorflow/lite/c:common",
"//tensorflow/lite/kernels:builtin_ops",
],
)
build_test(
name = "cc_api_build_test",
targets = [
":builtin_ops",
":cc_api",
":framework",
],