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