Age | Commit message (Collapse) | Author |
|
|
|
Android is migrating away from GCC, and libstdc++ will disappear
eventually.
|
|
|
|
Support for GCC has been dropped from NDK r13. Let's switch
everything to clang before they really remove GCC completely.
|
|
For Android NDK r13.
|
|
|
|
Fixes various static library linker failures ("bad extended name entry
at header"), because the wrong "ranlib" was used.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reduce dependencies on global variables.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Not used anymore.
|
|
|
|
|
|
|
|
|
|
|
|
Fixes a bug that occurs when runing "build.py" from inside the
"android" directory.
|
|
|
|
|
|
Fixes in-tree build when the script is called as "android/build.py"
and not "./android/build.py".
|
|
|
|
|
|
|
|
|
|
Allow multiple targets to share a library directory tree.
|
|
|
|
|
|
|
|
|
|
These do not require GLib anymore.
|
|
|
|
Due to security vulnerabilities.
|
|
|
|
Android releases were missing since 0.19.1.
|
|
|
|
|