From 6d06c1becf061e166b43f2893be49954cac25ef7 Mon Sep 17 00:00:00 2001 From: M66B Date: Tue, 6 Aug 2024 10:23:48 +0200 Subject: [PATCH] Added comments about page size --- app/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ae80238e5d..bdcf871f40 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -53,6 +53,7 @@ android { } // https://developer.android.com/ndk/downloads + // https://developer.android.com/guide/practices/page-sizes ndkVersion "26.3.11579264" // r26d ndk { // Bugsnag, sqlite @@ -258,7 +259,7 @@ android { manifestPlaceholders.build_uuid = UUID.nameUUIDFromBytes(("fdroid" + getVersionCode() + getRevision()).getBytes()).toString(); externalNativeBuild { cmake { - arguments "-DCMAKE_SHARED_LINKER_FLAGS=-Wl,--build-id=none" + arguments "-DCMAKE_SHARED_LINKER_FLAGS=-Wl,--build-id=none" // -z,max-page-size=16384 // 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.