Skip to content

Commit fbcd332

Browse files
kirklandsignfacebook-github-bot
authored andcommitted
Fix android build (#5796)
Summary: XNNPACK needs microkernels-prod Pull Request resolved: #5796 Reviewed By: mcr229 Differential Revision: D63712855 Pulled By: kirklandsign fbshipit-source-id: 321bad50f6744b26e0b381f8083a6c4a4a8c344b
1 parent d62c7ad commit fbcd332

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)