File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,10 @@ non_fbcode_target(_kind = fb_android_library,
2222 language = "JAVA" ,
2323 deps = [
2424 "//fbandroid/java/com/facebook/jni:jni" ,
25- "//xplat/executorch/backends/vulkan:vulkan_backend_lib_static" ,
2625 "//fbandroid/libraries/soloader/java/com/facebook/soloader/nativeloader:nativeloader" ,
27- ],
26+ ] + ([
27+ "//xplat/executorch/backends/vulkan:vulkan_backend_lib_static" ,
28+ ] if read_config ("executorch" , "minimal_jni" , "false" ) == "false" else []),
2829)
2930
3031non_fbcode_target (_kind = fb_android_library ,
Original file line number Diff line number Diff line change @@ -66,8 +66,9 @@ non_fbcode_target(_kind = fb_android_cxx_library,
6666 "//xplat/executorch/extension/runner_util:inputs_static" ,
6767 "//xplat/executorch/extension/tensor:tensor_static" ,
6868 "//xplat/executorch/kernels/quantized:generated_lib_static" ,
69+ ] + ([
6970 "//xplat/executorch/backends/vulkan:vulkan_backend_lib_static" ,
70- ],
71+ ] if read_config ( "executorch" , "minimal_jni" , "false" ) == "false" else []) ,
7172)
7273
7374non_fbcode_target (_kind = fb_android_cxx_library ,
You can’t perform that action at this time.
0 commit comments