Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4d136f52 authored by Juan Yescas's avatar Juan Yescas Committed by Gerrit Code Review
Browse files

Merge "16k: Sign the APKs to support 4k/16k page sizes" into main

parents ee736598 5c6b6f24
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -687,7 +687,7 @@ class SignApk {
        if (entryName.endsWith(".so")) {
            // Align .so contents to memory page boundary to enable memory-mapped
            // execution.
            return 4096;
            return 16384;
        } else {
            return defaultAlignment;
        }