Skip to content

Supported 16 kb page size#2548

Open
antonijzelinskij wants to merge 1 commit into
masterfrom
rc/7.3.1
Open

Supported 16 kb page size#2548
antonijzelinskij wants to merge 1 commit into
masterfrom
rc/7.3.1

Conversation

@antonijzelinskij

Copy link
Copy Markdown
Contributor

Purpose

Add 16 KB page size support to comply with Google Play requirements for apps targeting Android 15+.

Scope

  • android/build.gradle: set jniLibs.useLegacyPackaging = false, bumped ndkVersion from 24 to 29 for 16 KB-aligned linker
  • rust/.cargo/config.toml: added -Wl,-z,max-page-size=16384 linker flag for all Android targets (aarch64, x86_64, armv7, i686)
  • Bumped app version 7.3.0 → 7.3.1 (versionCode 70300 → 70301)

Verified: libsigner.so for all ABIs built with Align 0x4000 (16 KB); APK passes zipalign -c -P 16 4 check.

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