realm / realm-java

Realm is a mobile database: a replacement for SQLite & ORMs
http://realm.io
Apache License 2.0
11.45k stars 1.75k forks source link

Custom machines ignore some cpu architectures #7884

Closed Huazhiling closed 2 months ago

Huazhiling commented 5 months ago

Problem

I am running the realm database on a custom machine and the architecture is v8a, is there any way to not package other architectures so?

Solution

No response

Alternatives

No response

How important is this improvement for you?

I would like to have it but have a workaround

Feature would mainly be used with

Local Database only

sync-by-unito[bot] commented 5 months ago

➤ PM Bot commented:

Jira ticket: RJAVA-1257

kneth commented 5 months ago

NDK abifilters should still work.

Huazhiling commented 3 months ago

@kneth thanks