You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary: Android 15+ devices with 16KB page sizes require native shared libraries to be aligned to 16KB boundaries within APKs. This adds a `--page-align-libs-16kb` flag to redex that passes `-P 16` to zipalign, aligning uncompressed .so files to 16KB boundaries instead of the legacy 4KB alignment (`-p`).
Reviewed By: agampe
Differential Revision: D91703620
fbshipit-source-id: a1d32890824c5214771e28adb58c7c3e58cd6c4b
0 commit comments