libpd/pd-for-android

armeabi deprecated

fschlatt opened this issue · 1 comments

Under PdCore -> jni -> Application.mk,
APP_ABI := armeabi armeabi-v7a x86 needs to be changed to APP_ABI := armeabi-v7a x86
as armeabi is deprecated and the ndk build of PdCore will fail with exit status 2.

Fixed by #70