schwabe / ics-openvpn

OpenVPN for Android
3.29k stars 1.19k forks source link

NDK - ABI Filters #1649

Closed Arunachalamkalimuthu closed 10 months ago

Arunachalamkalimuthu commented 10 months ago

Why do we need to mention the abi filters of "x86", and "x86_64" in the gradle file? since all mobile architecture supports only the following abis "armeabi-v7a", "arm64-v8a"?

schwabe commented 10 months ago

I still want to continue to support those platforms even if it is a niche.

Arunachalamkalimuthu commented 10 months ago

@schwabe Can you confirm whether App will still work if I remove those nbi filters which doesn't belong to mobile architecture

schwabe commented 10 months ago

I never tested that.