aboutsummaryrefslogtreecommitdiff
path: root/build/android/src/net (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Android: statically load iconv libraryest312015-10-241-15/+16
| | | | | | | | Fixes #3291 Thanks to @arpruss for reporting the bug, and suggesting the fix. Also, remove trailing whitespaces.
* Fix libgmp for Androidest312015-05-151-0/+6
| | | | | | | | | Android terminated immediately after start since commit 181f7baa453c58d4070de7196fd74663110946a8 because library wasn't loaded, and libminetest.so required libgmp.so.10 instead of libgmp.so. The second issue has been solved by the linker flags.
* Android: Backport changes from stable-0.4Loic Blot2015-03-143-0/+640