Skip to content

Commit

Permalink
fix: support for latest NDK
Browse files Browse the repository at this point in the history
  • Loading branch information
timschneeb committed Dec 6, 2024
1 parent 16ee1da commit c5f462f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ android {
targetSdk = AndroidConfig.targetSdk
versionCode = AndroidConfig.versionCode
versionName = AndroidConfig.versionName
ndkVersion = "23.1.7779620"

manifestPlaceholders["label"] = "RootlessJamesDSP"

Expand All @@ -36,6 +35,7 @@ android {
externalNativeBuild {
cmake {
arguments.addAll(listOf("-DANDROID_ARM_NEON=ON"))
cFlags.add("-std=gnu11 -Wno-incompatible-pointer-types -Wno-implicit-int -Wno-implicit-function-declaration")
}
}

Expand Down

0 comments on commit c5f462f

Please sign in to comment.