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

string(APPEND _ANDROID_ABI_INIT_CFLAGS
  " -fPIC"
  )

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