pull/216/head
M66B 1 month ago
parent 5fbac07599
commit 695395e002

@ -208,10 +208,6 @@ android {
externalNativeBuild {
cmake {
arguments "-DCMAKE_SHARED_LINKER_FLAGS=-Wl,--build-id=none" // -z,max-page-size=16384
// https://gitlab.com/IzzyOnDroid/repo/-/wikis/Reproducible-Builds
// The build ID is a 160-bit SHA1 string computed over the elf header bits and section contents in the file.
// It is bundled in the elf file as an entry in the notes section.
// readelf -n ./app/build/intermediates/stripped_native_libs/xxxRelease/out/lib/armeabi-v7a/libfairemail.so
}
}
buildConfigField "boolean", "TEST_RELEASE", "false"

Loading…
Cancel
Save