summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Android/abi-armeabi-GNU.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Android: Populate compiler flags for current ABIBrad King2016-08-231-0/+16
| | | | | Initialize the CMAKE_{C,CXX}_FLAGS{,_<CONFIG>} cache entries with flags for each ABI as specified by NDK toolchain `setup.mk` files.
* Android: Add placeholders for compiler/abi-specific settingsBrad King2016-08-121-0/+2
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.