From a04a9f4c8c3ed6089f2f4822e25028795298f82a Mon Sep 17 00:00:00 2001 From: M66B Date: Sat, 28 Oct 2023 13:51:08 +0200 Subject: [PATCH] Added remark --- app/build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index b7cf5959bb..7eee997ef5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -47,6 +47,10 @@ android { cmake { cFlags "-ffile-prefix-map=${rootDir}=." cppFlags "-ffile-prefix-map=${rootDir}=." + // https://f-droid.org/docs/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 } }