enable common on android example

This commit is contained in:
slaren 2024-10-09 14:27:42 +02:00
parent 25d4972ff0
commit 4b44ea6224

View File

@ -18,6 +18,7 @@ android {
}
externalNativeBuild {
cmake {
arguments += "-DLLAMA_BUILD_COMMON=ON"
arguments += "-DCMAKE_BUILD_TYPE=Release"
cppFlags += listOf()
arguments += listOf()