Skip to content

Android: Fix build with NDK 27

Lars Schmertmann requested to merge SmallLars/cmake:master into master

NDK_PROC_*_ABI and NDK_ARCH_*_ABI were removed in the Android NDK 27 but will be reintroduced in the Android NDK 27b:

Both are only used when CMAKE_ANDROID_ARCH_ABI is NOT given. But currently the existence is also checked when CMAKE_ANDROID_ARCH_ABI is given. So we move the checks to the position they are required.

Backport: release
Topic-rename: android-ndk-27

Edited by Brad King

Merge request reports

Loading