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

string(APPEND _ANDROID_ABI_INIT_CFLAGS
  " -fPIC"
  )

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