summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Android/abi-arm64-v8a-GNU.cmake
blob: 538ec2f40bf024dc184011031794c63dc461a549 (plain)
1
2
3
4
5
6
# <ndk>/build/core/toolchains/aarch64-linux-android-4.9/setup.mk
string(APPEND _ANDROID_ABI_INIT_CFLAGS
  " -fpic"
  )

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