F-Droid native build options

pull/214/head
M66B 11 months ago
parent 6e035a8655
commit 30623540e2

@ -220,8 +220,9 @@ android {
dimension "all"
manifestPlaceholders.largeHeap = false
externalNativeBuild.cmake {
cFlags "-Wl,--build-id=none"
cFlags "-Wl,--build-id=none -Wl,--hash-style=gnu"
}
packagingOptions.doNotStrip '**/*.so'
buildConfigField "boolean", "TEST_RELEASE", "false"
buildConfigField "boolean", "BETA_RELEASE", "true"
buildConfigField "boolean", "PLAY_STORE_RELEASE", "false"

Loading…
Cancel
Save