diff options
author | Lars Schmertmann <Lars.Schmertmann@governikus.de> | 2024-08-22 05:43:07 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-08-22 13:30:01 (GMT) |
commit | 24cd4ff84411752ed7545ac75fa121c6b7daa847 (patch) | |
tree | b54275c48ba13820ca73db0ec257bbc4665e4196 /Source/cmConvertMSBuildXMLToJSON.py | |
parent | 9570ff0c7c32fc2b49a37d78a892e1fa0aa98495 (diff) | |
download | CMake-24cd4ff84411752ed7545ac75fa121c6b7daa847.zip CMake-24cd4ff84411752ed7545ac75fa121c6b7daa847.tar.gz CMake-24cd4ff84411752ed7545ac75fa121c6b7daa847.tar.bz2 |
Android: Fix build with NDK 27
`NDK_PROC_*_ABI` and `NDK_ARCH_*_ABI` were removed in the Android
NDK 27 but will be reintroduced in the Android NDK 27b:
* https://github.com/android/ndk/issues/2049
* https://android-review.googlesource.com/c/platform/ndk/+/3196345
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.
Diffstat (limited to 'Source/cmConvertMSBuildXMLToJSON.py')
0 files changed, 0 insertions, 0 deletions