Skip to content

Commit 154994c

Browse files
authored
Android cmake add kleidiai lib (#12773)
Explicitly add the dependency
1 parent ec9b0c0 commit 154994c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

extension/android/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ endif()
112112
if(TARGET xnnpack_backend)
113113
executorch_target_link_options_shared_lib(xnnpack_backend)
114114
list(APPEND link_libraries xnnpack_backend XNNPACK pthreadpool cpuinfo xnnpack-microkernels-prod)
115+
if(TARGET kleidiai)
116+
list(APPEND link_libraries kleidiai)
117+
endif()
115118
endif()
116119

117120
if(TARGET vulkan_backend)

0 commit comments

Comments
 (0)