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 717f1f2 commit f3813c3Copy full SHA for f3813c3
examples/llama.android/app/build.gradle.kts
@@ -21,12 +21,8 @@ android {
21
useSupportLibrary = true
22
}
23
ndk {
24
- // Workaround for https://github.com/llvm/llvm-project/issues/65820
25
- // affecting armeabi-v7a. Skip armeabi-v7a when invoked with
26
- // -Pskip-armeabi-v7a (e.g., ./gradlew build -Pskip-armeabi-v7a).
27
- if (project.hasProperty("skip-armeabi-v7a")) {
28
- abiFilters += listOf("arm64-v8a", "x86_64", "x86")
29
- }
+ // Add NDK properties if wanted, e.g.
+ // abiFilters += listOf("arm64-v8a")
30
31
externalNativeBuild {
32
cmake {
0 commit comments