[Android] Recompiled extlibs/ properly

External libraries are compiled with the latest NDK version (r9) with android-9 as API level using the recommended flags (see docs/).
External libraries are now compiled without the so version suffix because the NDK strips it at install time.
Static libraries of libsndfile and OpenAL-Soft have been removed because of their non-permissive license. It now uses their shared libraries.

NOTE: The audio module is disabled on MIPS arches because I was unable to compile OpenAL-Soft. Once the compilation issue fixed, I'll re-enable it.
This commit is contained in:
Jonathan De Wachter 2013-09-21 16:01:07 +02:00
parent ea3a29f150
commit 293b85af53
48 changed files with 32 additions and 22 deletions