The Android NDK source repository at https://android.googlesource.com/platform/ndk.git has `<ndk>/build/core/toolchains/*/setup.mk` files that store tables of information for their build system. Add an equivalent file for each compiler/abi combination.
3 lines
88 B
CMake
3 lines
88 B
CMake
# <ndk>/build/core/toolchains/x86-4.9/setup.mk
|
|
include(Platform/Android/abi-common-GNU)
|