2016-06-23 15:18:13 -04:00
|
|
|
# <ndk>/build/core/toolchains/aarch64-linux-android-clang/setup.mk
|
2016-06-02 15:10:05 -04:00
|
|
|
set(_ANDROID_ABI_CLANG_TARGET "aarch64-none-linux-android")
|
2016-06-02 15:11:42 -04:00
|
|
|
|
|
|
|
string(APPEND _ANDROID_ABI_INIT_CFLAGS
|
|
|
|
" -fpic"
|
|
|
|
)
|
|
|
|
|
2016-06-23 15:18:13 -04:00
|
|
|
include(Platform/Android/abi-common-Clang)
|