Skip to content

Commit 41d13d0

Browse files
authored
Fix android build
XNNPACK needs microkernels-prod
1 parent 7183f19 commit 41d13d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/android/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ endif()
7272

7373
if(TARGET xnnpack_backend)
7474
target_link_options_shared_lib(xnnpack_backend)
75-
list(APPEND link_libraries xnnpack_backend XNNPACK pthreadpool cpuinfo)
75+
list(APPEND link_libraries xnnpack_backend XNNPACK pthreadpool cpuinfo microkernels-prod)
7676
endif()
7777

7878
if(TARGET vulkan_backend)

0 commit comments

Comments
 (0)