Skip to content

libimage_processing_util_jni.so still has 4KB page alignment despite 1.42.0 changelog claiming 16KB support #37

@markesherriff

Description

@markesherriff

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:

  1. Confirmation if this library should have 16KB alignment
  2. ETA for a fixed version
  3. Workaround if available

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions