Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Android: Populate compiler flags for current ABI | Brad King | 2016-08-23 | 1 | -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 settings | Brad King | 2016-08-12 | 1 | -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. |