Merge "16k: Sign the APKs to support 4k/16k page sizes" into main
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user