godot/platform/android
Pedro J. Estébanez e7b2626707 Make Android build smarter (SCons + Gradle)
Upgrade Gradle and Android plugin for Gradle
Disable all signing and zip-aligning for the export templates
Give correct names to generated APKs
Put .so files built by SCons right where Gradle has to pick them according to arch & build type
Downgrade NDK platform to 14 to match minSdkVersion
2016-06-27 10:49:15 +02:00
..
export Make Android build smarter (SCons + Gradle) 2016-06-27 10:49:15 +02:00
globals Add missing license headers in our source files (#5255) 2016-06-18 14:46:12 +02:00
java Make Android build smarter (SCons + Gradle) 2016-06-27 10:49:15 +02:00
android_native_app_glue.c
android_native_app_glue.h Add missing license headers in our source files (#5255) 2016-06-18 14:46:12 +02:00
AndroidManifest.xml.template fix android support screen property for large screen 2016-06-10 14:09:33 +09:00
audio_driver_jandroid.cpp
audio_driver_jandroid.h
audio_driver_opensl.cpp
audio_driver_opensl.h
build.gradle.template Make Android build smarter (SCons + Gradle) 2016-06-27 10:49:15 +02:00
cpu-features.c
cpu-features.h
detect.py Make Android build smarter (SCons + Gradle) 2016-06-27 10:49:15 +02:00
dir_access_android.cpp
dir_access_android.h
dir_access_jandroid.cpp
dir_access_jandroid.h
file_access_android.cpp
file_access_android.h
file_access_jandroid.cpp
file_access_jandroid.h
godot_android.cpp Fix string array parameter check with jni 2016-06-25 02:05:46 +09:00
ifaddrs_android.cpp
ifaddrs_android.h
java_class_wrapper.cpp Add missing license headers in our source files (#5255) 2016-06-18 14:46:12 +02:00
java_class_wrapper.h Add missing license headers in our source files (#5255) 2016-06-18 14:46:12 +02:00
java_glue.cpp Fix string array parameter check with jni 2016-06-25 02:05:46 +09:00
java_glue.h Add magnetometer sensor support for Android 2016-05-27 14:36:55 -03:00
logo.png Fixed iCCp chunk in pngs 2016-06-22 21:13:29 +02:00
os_android.cpp Add magnetometer sensor support for Android 2016-05-27 14:36:55 -03:00
os_android.h Add magnetometer sensor support for Android 2016-05-27 14:36:55 -03:00
platform_config.h
SCsub Make Android build smarter (SCons + Gradle) 2016-06-27 10:49:15 +02:00
sign.sh
thread_jandroid.cpp Added function to notify ScriptLanguage when a thread is created/freed, allows scripts to allocate a stack there via TLS 2016-06-25 10:41:23 -03:00
thread_jandroid.h