mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 12:44:42 +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"
|
||||
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…
Reference in a new issue