| Age | Commit message (Collapse) | Author |
|
Gradle automatically sets up the CMake build and this file isn't referenced
anywhere.
|
|
|
|
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
|
|
This is required to properly build the MIPS64 and x86_64 targets with clang.
|
|
To properly support 64bit architectures and clang we need the latest version.
|
|
|
|
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
|
|
from https://raw.github.com/taka-no-me/android-cmake/master/android.toolchain.cmake
|
|
our android cmake toolchain file to make the default build location not be source root, because that is stupid.
|
|
|
|
|