Skip to content

Android: Add support for NDK r17

Brad King requested to merge brad.king/cmake:android-ndk-r17 into master

The armeabi ABI is no longer available, so we can no longer use it by default unconditionally. Instead detect all available ABIs and choose the oldest arm ABI that is available.

Also update the test suite to account for the lack of armeabi support and pass as of Android NDK r17-beta2.

Merge request reports