Fix the Android build.

This commit is contained in:
David Reid
2025-08-22 11:58:53 +10:00
parent 8c08e14119
commit 0c245dd597
3 changed files with 20 additions and 4 deletions
@@ -15,6 +15,12 @@ android {
versionName = "1.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
externalNativeBuild {
cmake {
cppFlags += "-Wall -Wextra -pedantic"
}
}
}
buildTypes {