We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0727fdd commit 0380fc7Copy full SHA for 0380fc7
extension/android/CMakeLists.txt
@@ -28,6 +28,8 @@ if(CMAKE_TOOLCHAIN_ANDROID)
28
target_compile_options(executorch_jni PUBLIC ${_common_compile_options})
29
30
add_library(executorch_llama_jni SHARED jni/jni_layer_llama.cpp)
31
- target_link_libraries(executorch_llama_jni fbjni llama_runner portable_ops_lib)
32
- target_compile_options(executorch_llama_jni PUBLIC ${_common_compile_options})
+ target_link_libraries(executorch_llama_jni fbjni llama_runner
+ portable_ops_lib)
33
+ target_compile_options(executorch_llama_jni PUBLIC
34
+ ${_common_compile_options})
35
endif()
0 commit comments