You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The legacy toolchain would ignore the -DANDROID_ARM_MODE argument if it was passed for any ABI other than armeabi-v7a. The new toolchain converts that to CMAKE_ANDROID_ARM_MODE, and CMake 3.22 emits an error if that is passed for ABIs other than armeabi-v7a. We should preserve the old behavior.
Description
Mirroring https://gitlab.kitware.com/cmake/cmake/-/issues/23108 for tracking purposes.
The legacy toolchain would ignore the
-DANDROID_ARM_MODE
argument if it was passed for any ABI other than armeabi-v7a. The new toolchain converts that toCMAKE_ANDROID_ARM_MODE
, and CMake 3.22 emits an error if that is passed for ABIs other than armeabi-v7a. We should preserve the old behavior.@hhb has already uploaded a fix for us (thanks!): https://android-review.googlesource.com/c/platform/ndk/+/1951676
Affected versions
r23, r24
Canary version
No response
Host OS
Linux, Mac, Windows
Host OS version
All
Affected ABIs
arm64-v8a, x86, x86_64
Build system
CMake
Other build system
No response
minSdkVersion
Any
Device API level
No response
The text was updated successfully, but these errors were encountered: