mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 04:35:57 +00:00
Suppress build-id for F-Droid
This commit is contained in:
parent
56e727d282
commit
8c2689c2b1
1 changed files with 3 additions and 0 deletions
|
@ -219,6 +219,9 @@ android {
|
|||
fdroid {
|
||||
dimension "all"
|
||||
manifestPlaceholders.largeHeap = false
|
||||
externalNativeBuild.cmake {
|
||||
cFlags "-Wl,--build-id=none"
|
||||
}
|
||||
buildConfigField "boolean", "TEST_RELEASE", "false"
|
||||
buildConfigField "boolean", "BETA_RELEASE", "true"
|
||||
buildConfigField "boolean", "PLAY_STORE_RELEASE", "false"
|
||||
|
|
Loading…
Reference in a new issue