mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
This allows us to skip `abi-*.cmake` in the next change. In the future we may move all this information to the NDK.
5 lines
144 B
CMake
5 lines
144 B
CMake
# Suppress -Wl,-z,nocopyreloc flag on arm64-v8a
|
|
set(_ANDROID_ABI_INIT_EXE_LDFLAGS_NO_nocopyreloc 1)
|
|
|
|
include(Platform/Android/abi-common-Clang)
|