You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been trying to get NDK 26 to work, but it has issues with including the jni parts of the code added to tor from the following commit: guardianproject/tor@63d4d99
tor-anroid will appear to build sucessfully with NDK 26, but these jni additions from the commit above will be stripped out of libtor.so and orbot will then segfault on startup.
bitmold
changed the title
Why does do 'x86' and 'armeabi-v7a' abis set NDK platform level to 19
Why do 'x86' and 'armeabi-v7a' abis set NDK platform level to 19 when other archs set it to 21
May 6, 2024
Whereas
x86_64
andarm64-v8a
set the NDK level to 21.I assume that this is a mistake/bug. Starting in NDK 26 the min SDK is 21 anyway, and NDK 25 was end of life'd already: android/ndk#1751
Orbot I think targets 21+ too fwiw.
Dropping Support for <= 20 decreases library size too.
cc @eighthave @n8fr8
The text was updated successfully, but these errors were encountered: