Due to rust-lang/rust#85806, this is broken by the last Android NDK (23). Symptom is failed link, unable to find library -lgcc.
Workaround is simple enough, downgrade to NDK22, e.g.
export NDK_HOME=${ANDROID_SDK_ROOT}/ndk/22.1.7171670
Might want to make a note in the README?
Due to rust-lang/rust#85806, this is broken by the last Android NDK (23). Symptom is failed link,
unable to find library -lgcc.Workaround is simple enough, downgrade to NDK22, e.g.
Might want to make a note in the README?