minetest/build/android
est31 eb3aac20c8 Android: fix horrible libiconv build
Before, our libiconv build was a joke. We first called configure for our own build host system,
then called make, before we executed a Android.mk script we provided as patch. The first "native make"
always failed, and the LIBICONV_LIB file setting in our Makefile didn't match the built one,
resulting in an always-rebuild of iconv.

This commit cleans up this total mess, removes the double-build, and the Android.mk, and properly calls
./configure with the according target platform, and uses a built toolchain.

As we have to deal with the android bug "NDK: Support for prebuild libs with full sonames"
https://code.google.com/p/android/issues/detail?id=55868
as the 2013 patch
https://lists.gnu.org/archive/html/libtool-patches/2013-06/msg00002.html
by Google's David Turner wasn't inside the 2011 libtool, we pass -avoid-version to
libtool.

Thanks to the proper build, wide_to_utf8 works for android now, removing us of the need to disable it.
2015-07-29 15:59:06 +02:00
..
jni Android: fix horrible libiconv build 2015-07-29 15:59:06 +02:00
res Add support for Android 2.3+ 2014-06-29 18:17:56 +02:00
src/net/minetest/minetest Fix libgmp for Android 2015-05-15 05:08:59 +02:00
AndroidManifest.xml.template Fix package name in AndroidManifest.xml 2015-03-14 18:41:36 +01:00
Makefile Android: fix horrible libiconv build 2015-07-29 15:59:06 +02:00
build.xml Add support for Android 2.3+ 2014-06-29 18:17:56 +02:00
irrlicht-back_button.patch Add support for Android 2.3+ 2014-06-29 18:17:56 +02:00
irrlicht-texturehack.patch Add support for Android 2.3+ 2014-06-29 18:17:56 +02:00
irrlicht-touchcount.patch Add support for Android 2.3+ 2014-06-29 18:17:56 +02:00
libiconv_android.patch Add utf-8 conversion utilities and re-add intlGUIEditBox 2015-06-13 19:49:55 +02:00
libiconv_stdio.patch Android: fix horrible libiconv build 2015-07-29 15:59:06 +02:00
libvorbis-libogg-fpu.patch Add support for Android 2.3+ 2014-06-29 18:17:56 +02:00
openssl_arch.patch Switch to official openssl version and update to 1.0.1j 2015-01-04 16:57:19 +01:00
project.properties Add support for Android 2.3+ 2014-06-29 18:17:56 +02:00