Environment:
- Camera Kit version: 1.42.0, 1.45.0 (tested both)
- Issue: Google Play rejects AAB uploads with targetSdk 35
Problem:
The CHANGELOG for v1.42.0 states "16KB page size support" was added, but libimage_processing_util_jni.so still shows 4KB alignment (0x1000) when checked with llvm-readelf:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x000000 0x0000000000000000 0x0000000000000000 0x00193c 0x00193c R 0x1000
This blocks Google Play uploads as of January 2026 since Google now requires targetSdk 35.
Request:
Please provide:
- Confirmation if this library should have 16KB alignment
- ETA for a fixed version
- Workaround if available