summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Android/abi-arm64-v8a-Clang.cmake
blob: 3ff1fe50bd568edca27effe04f987d1cdddd545f (plain)
1
2
3
4
5
6
7
8
# <ndk>/build/core/toolchains/aarch64-linux-android-clang/setup.mk
set(_ANDROID_ABI_CLANG_TARGET "aarch64-none-linux-android")

string(APPEND _ANDROID_ABI_INIT_CFLAGS
  " -fpic"
  )

include(Platform/Android/abi-common-Clang)