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 25d4972 commit 4b44ea6Copy full SHA for 4b44ea6
examples/llama.android/llama/build.gradle.kts
@@ -18,6 +18,7 @@ android {
18
}
19
externalNativeBuild {
20
cmake {
21
+ arguments += "-DLLAMA_BUILD_COMMON=ON"
22
arguments += "-DCMAKE_BUILD_TYPE=Release"
23
cppFlags += listOf()
24
arguments += listOf()
0 commit comments