Merge "16k: Sign the APKs to support 4k/16k page sizes" into main
This commit is contained in:
commit
4d136f5265
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue