Skip to content

fix(android): support 16 KB page sizes - #31

Merged
txbrown merged 1 commit into
mainfrom
fix/android-16kb-page-alignment
Aug 18, 2026
Merged

fix(android): support 16 KB page sizes#31
txbrown merged 1 commit into
mainfrom
fix/android-16kb-page-alignment

Conversation

@txbrown

@txbrown txbrown commented Aug 18, 2026

Copy link
Copy Markdown
Collaborator

Configures the Android linker to emit native libraries compatible with Android's 16 KB memory page-size mandate.

Validation:

  • :app:assembleDevDebug
  • All 26 merged arm64-v8a libraries report 0x4000 LOAD alignment.
  • zipalign -c -P 16 passes for the generated APK.

@txbrown
txbrown force-pushed the fix/android-16kb-page-alignment branch from 1df96df to b018cf2 Compare August 18, 2026 16:07
@txbrown
txbrown merged commit fe3c9e8 into main Aug 18, 2026
5 checks passed
@txbrown
txbrown deleted the fix/android-16kb-page-alignment branch August 18, 2026 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant