Revert "F-Droid native build options"

This reverts commit 30623540e2.
pull/214/head
M66B 1 year ago
parent 0a6212dde3
commit e37db8df76

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

Loading…
Cancel
Save