summaryrefslogtreecommitdiff
path: root/Source/Android/android.toolchain.cmake
AgeCommit message (Collapse)Author
2017-01-22Android: remove unused android.toolchain.cmakeMichael Maltese
Gradle automatically sets up the CMake build and this file isn't referenced anywhere.
2015-06-07Android: Allow compilation using Android NDK r10e.sigmabeta
2015-02-24Fix a typo in the Android cmake toolchain script.Ryan Houdek
This was a fairly recent update that went unnoticed because it uses a cached variable. When I previously updated Android cmake I didn't noticed this. Basically the issue was that Android cmake was no longer setting ${LIBRARY_OUTPUT_PATH_ROOT} and instead only setting it to ${CMAKE_SOURCE_DIR} if it was passed a variable. Same PR is open on the android cmake repo here https://github.com/taka-no-me/android-cmake/pull/37
2015-01-26Update Android cmake.Ryan Houdek
This is required to properly build the MIPS64 and x86_64 targets with clang.
2014-11-30Update the android cmake toolchain to latest.Ryan Houdek
To properly support 64bit architectures and clang we need the latest version.
2014-09-07Fix a few minor bugs that appeared in the latest android cmake scriptRyan Houdek
2014-08-28Update the android cmake toolchain file to support 64bit.Ryan Houdek
This is available in a PR here: https://github.com/taka-no-me/android-cmake/pull/23 The maintainer of the android toolchain cmake file seems to be AWOL for now. I have tested this file personally and it works, it just isn't merged in yet
2014-03-09Update android.toolchain.cmakeTillmann Karras
from https://raw.github.com/taka-no-me/android-cmake/master/android.toolchain.cmake
2013-10-28[Android] Fix PCH build. Clean up DolphinWX cmake file a little bit. Modify ↵Ryan Houdek
our android cmake toolchain file to make the default build location not be source root, because that is stupid.
2013-04-13Get latest android cmake to support NDK 8eRyan Houdek
2013-03-19Android mega commit of trash.Ryan Houdek