14 Commits

Author SHA1 Message Date
shadowislord
883ff7da71 Apply same fixes from OpenAL Soft to STB image loader.
Also make sure it works with the latest version from the website (which is downloaded automatically).
2014-11-04 22:19:18 -05:00
shadowislord
756497fb92 Specify TARGET_PLATFORM properly (:= instead of =) 2014-11-04 22:18:19 -05:00
shadowislord
393009ec2d Fix OpenAL Soft for Android
* Upgrade to latest OpenAL Soft (1.16)
 * Don't specify TARGET_PLATFORM on command line as that causes weird issues
 * Specify target platform via APP_PLATFORM in Application.mk and TARGET_PLATFORM in Android.mk
2014-11-04 22:09:01 -05:00
iwgeric
8b912cd768 change method to check for existance of the android ndk 2014-03-28 08:15:10 -04:00
iwgeric
13632f2ca9 remove unused project property 2014-03-25 12:24:27 -04:00
iwgeric
57b77151aa update android native build to support precompiled libs that are used if not building the libs. If building the libs, then the pre-compiled libs are updated with the output of the build. 2014-03-25 08:48:01 -04:00
iwgeric
a2ab6f183d merge and fix conflicts 2014-03-24 19:55:27 -04:00
iwgeric
df2e38798d update native android libs build to use pre-compiled versions of the libs from the repo if not building native libs 2014-03-24 19:46:06 -04:00
Normen Hansen
c374fea7f3 change android native build scripts to not execute tasks at configuration time 2014-03-24 14:04:40 +01:00
iwgeric
5cfd1c812b Change stb_image to be auto downloaded during build 2014-03-24 08:19:51 -04:00
iwgeric
ee8e42f921 add native android lib for loading png and gif files. Does not premultiply. Uses stb_image (http://www.nothings.org/stb_image.c) 2014-03-24 00:47:08 -04:00
iwgeric
f5c841aac5 reorganize build of Android OpenAL Soft lib 2014-03-24 00:11:38 -04:00
iwgeric
a186abba6a test commit from github site
only added a blank line to test making changes from the github site.
2014-03-22 07:50:49 -04:00
Normen Hansen
a16857c8f4 switch to gradle layout 2014-03-21 02:32:11 +01:00