Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Android NDK does not have executables in the format of aarch64-linux-android-clang++. Instead it provides executables in the format aarch64-linux-android${ANDROID_ABI}-clang++. Since CMake 3.21 all of this is handled by the toolchain file within Android NDK itself, so there is no need to override the compilers anymore.
- Loading branch information