Skip to content

Why don't armeabi-v7a and x86 support the 16KB page size? #945

Open
@Mouadabdelghafouraitali

Description

Hi,

implementation 'com.google.mlkit:segmentation-selfie:16.0.0-beta6'

As you can see, I ran a small test to check whether all .so files in my app support the 16KB page size. Here's what I got:

Checking folder: 
F:\Sdk\ndk\27.0.12077973\toolchains\llvm\prebuilt\windows-x86_64\bin\jni\arm64-v8a\libxeno_native.so => Align: 0x4000
✅ 16KB page size supported

Checking folder: 
F:\Sdk\ndk\27.0.12077973\toolchains\llvm\prebuilt\windows-x86_64\bin\jni\armeabi-v7a\libxeno_native.so => Align: 0x1000
⌠Only 4KB page size

Checking folder:
F:\Sdk\ndk\27.0.12077973\toolchains\llvm\prebuilt\windows-x86_64\bin\jni\x86\libxeno_native.so => Align: 0x1000
⌠Only 4KB page size

Checking folder: 
F:\Sdk\ndk\27.0.12077973\toolchains\llvm\prebuilt\windows-x86_64\bin\jni\x86_64\libxeno_native.so => Align: 0x4000
✅ 16KB page size supported

Why don't armeabi-v7a and x86 support the 16KB page size?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions