提交 7f798a56 编写于 作者: B Bernhard Bauer 提交者: TensorFlower Gardener

Include gpu_delegate_native_jni.cc in a filegroup alongside gpu_delegate_jni.cc

The two files typically need to be consumed jointly, as gpu_delegate_native_jni.cc contains the native code needed for (successfully) initializing the native part of GpuDelegate.

PiperOrigin-RevId: 480914567
上级 1c46f85c
......@@ -10,7 +10,13 @@ package(
licenses = ["notice"],
)
exports_files(srcs = ["gpu_delegate_jni.cc"])
filegroup(
name = "gpu_delegate_jni_srcs",
srcs = [
"gpu_delegate_jni.cc",
"gpu_delegate_native_jni.cc",
],
)
cc_library_with_tflite(
name = "compatibility_list_jni",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册