Skip to content

Commit 0380fc7

Browse files
committed
Linter fix
1 parent 0727fdd commit 0380fc7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

extension/android/CMakeLists.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ if(CMAKE_TOOLCHAIN_ANDROID)
2828
target_compile_options(executorch_jni PUBLIC ${_common_compile_options})
2929

3030
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})
31+
target_link_libraries(executorch_llama_jni fbjni llama_runner
32+
portable_ops_lib)
33+
target_compile_options(executorch_llama_jni PUBLIC
34+
${_common_compile_options})
3335
endif()

0 commit comments

Comments
 (0)