virtualx-engine/drivers
masoud bh 867c95223d Fix android build script
some fixes for android build script.
remove armv6,x86 options and add "android_arch" option for select
compiler architecture (armv7,armv6,x86)(default armv7).
add architecture suffix for output files and you can compile for several
architecture simultaneously.
example:
libgodot.android.opt.debug.armv7.so
libgodot.android.opt.debug.armv7.neon.so
libgodot.android.opt.debug.armv6.so
libgodot.android.opt.debug.x86.so
now we can enable/disable neon on armv7 with "android_neon" option
(default enable).
add "NDK_TARGET_X86" option for select toolchain to use for the NDK x86
(default x86-4.8).
change inputs model for "ndk_platform" option (default android-15).
fix armv7 ccflags.

with this patch, must put libgodot_android.so file in specific
architecture folder:

armv7 (default): <android-java>/libs/armeabi-v7a/
armv6: <android-java>/libs/armeabi/
x86: <android-java>/libs/x86/
2015-09-16 16:14:38 +04:30
..
alsa Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
builtin_openssl2 -Work in progress visual shader editor *DOES NOT WORK YET* 2015-01-03 16:52:37 -03:00
builtin_zlib GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
chibi **WARNING BEFORE PULLING** 2015-08-23 20:15:56 -03:00
convex_decomp more c++ include references removed 2015-09-10 20:53:31 -03:00
dds **WARNING BEFORE PULLING** 2015-08-23 20:15:56 -03:00
etc1 Merge pull request #1531 from vkbsb/h5_canvas_polygon_fix 2015-04-07 20:22:58 -03:00
gl_context Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
gles2 ios now displays splash screen between launch image and main scene, instead of a black screen 2015-09-10 15:01:02 -07:00
jpg GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
mpc Rewrite of the AudioStream API 2015-09-09 18:50:52 -03:00
nedmalloc GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
nrex Fixed incorrect failsafe return values 2015-07-24 16:15:04 +01:00
ogg -Much improvement to baked light baker 2014-10-27 22:54:32 -03:00
openssl A bit of everything: 2014-05-14 01:22:15 -03:00
png Fixes compile bug for Android template on Windows. 2015-07-24 13:12:23 -06:00
pulseaudio Implemented PulseAudio backend and fixed audio driver selection on X11 2014-12-19 13:44:34 +01:00
pvr **WARNING BEFORE PULLING** 2015-08-23 20:15:56 -03:00
rtaudio update rtaudio to latest version 2015-05-06 23:08:06 +02:00
speex Rewrite of the AudioStream API 2015-09-09 18:50:52 -03:00
squish missing fils from yesterday comit. 2014-10-03 08:58:41 -03:00
theora **WARNING BEFORE PULLING** 2015-08-23 20:15:56 -03:00
theoraplayer merged some stuff for okam 2015-09-03 23:24:55 -03:00
unix HTML5 exporter seems to be fully functional 2015-09-12 10:54:47 -03:00
vorbis Rewrite of the AudioStream API 2015-09-09 18:50:52 -03:00
webp Fix android build script 2015-09-16 16:14:38 +04:30
windows -Corrected DirAccessWindows functions, fixes #1872, properly fixes #791. 2015-05-09 13:05:34 -03:00
register_driver_types.cpp Regex library Nrex initial port 2015-07-24 01:18:46 +01:00
register_driver_types.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
SCsub Regex library Nrex initial port 2015-07-24 01:18:46 +01:00