Skip to content

Commit 4b44ea6

Browse files
committed
enable common on android example
1 parent 25d4972 commit 4b44ea6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/llama.android/llama/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ android {
1818
}
1919
externalNativeBuild {
2020
cmake {
21+
arguments += "-DLLAMA_BUILD_COMMON=ON"
2122
arguments += "-DCMAKE_BUILD_TYPE=Release"
2223
cppFlags += listOf()
2324
arguments += listOf()

0 commit comments

Comments
 (0)