mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-04 06:20:26 +00:00
F-Droid native build options
This commit is contained in:
parent
6e035a8655
commit
30623540e2
1 changed files with 2 additions and 1 deletions
|
@ -220,8 +220,9 @@ android {
|
||||||
dimension "all"
|
dimension "all"
|
||||||
manifestPlaceholders.largeHeap = false
|
manifestPlaceholders.largeHeap = false
|
||||||
externalNativeBuild.cmake {
|
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", "TEST_RELEASE", "false"
|
||||||
buildConfigField "boolean", "BETA_RELEASE", "true"
|
buildConfigField "boolean", "BETA_RELEASE", "true"
|
||||||
buildConfigField "boolean", "PLAY_STORE_RELEASE", "false"
|
buildConfigField "boolean", "PLAY_STORE_RELEASE", "false"
|
||||||
|
|
Loading…
Reference in a new issue