16 KB page-size support, compileSdk 35, AGP 8.5 #176
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
WHY?
Android 15 (API 35) introduces 16 KB system page sizes on modern Pixel devices.4-bit shared objects that are only 4 KB-aligned will fail to dlopen. Google Play will start rejecting unaligned arm64-v8a / x86_64 libraries on 1 Nov 2025.
We want the Backtrace Android SDK and sample app to stay Play-compliant and run on Android 15 without manual fixes.
Upgrading the build tool-chain (Gradle 8.7 / AGP 8.5.1 / NDK 27-beta1) lets us:
Changes
crashpad : backtrace-labs/crashpad#73
ref: BT-5798