godot/platform/android
Rémi Verschelde 4133ee5e85 Android: Remove unusable android_stl=no option
As of 3.1 and later, we have too many thirdparty C++ dependencies
and some internal uses of `new` and `delete` too for it to make
sense to build without the STL on Android.

The option has been broken since 3.0, and the "System STL" that we
relied on for basic support of `new` and `delete` is likely to be
dropped from the NDK:
https://android.googlesource.com/platform/ndk/+/ndk-release-r20/docs/BuildSystemMaintainers.md#System-STL

(cherry picked from commit 2da1614beb)
2019-11-08 15:48:19 +01:00
..
export Android one-click deploy: Don't clear by default 2019-11-08 14:01:08 +01:00
java Shut down Godot processes on app exit. 2019-11-08 15:48:18 +01:00
AndroidManifest.xml.template Restart game on GL context loss on Android 2019-03-06 19:09:17 +01:00
SCsub Remove unused imports 2019-04-20 20:15:44 +02:00
audio_driver_jandroid.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
audio_driver_jandroid.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
audio_driver_opensl.cpp Enable warnings=extra on clang and GCC testers. 2019-04-03 16:52:01 +02:00
audio_driver_opensl.h Request Android record permission when needed 2019-03-08 12:38:36 -03:00
build.gradle.template Fix lint error/warning while building android template 2018-12-18 17:26:33 +09:00
detect.py Android: Remove unusable android_stl=no option 2019-11-08 15:48:19 +01:00
dir_access_jandroid.cpp Android: Fixed problems with memory leaks due to absent ReleaseStringUTFChars calls. 2019-02-27 15:11:08 +03:00
dir_access_jandroid.h Add function to obtain filesystem type from DirAccess. 2019-01-21 18:06:14 -03:00
file_access_android.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
file_access_android.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
file_access_jandroid.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
file_access_jandroid.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
java_class_wrapper.cpp Android: Fixed problems with memory leaks due to absent ReleaseStringUTFChars calls. 2019-02-27 15:11:08 +03:00
java_class_wrapper.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
java_glue.cpp Support vibration for Android and iOS 2019-08-22 00:05:11 +09:00
java_glue.h Request Android record permission when needed 2019-03-08 12:38:36 -03:00
logo.png Optimize images losslessly using `oxipng -o6 --strip all --zopfli` 2018-06-28 19:17:41 +02:00
os_android.cpp Support vibration for Android and iOS 2019-08-22 00:05:11 +09:00
os_android.h Support vibration for Android and iOS 2019-08-22 00:05:11 +09:00
platform_config.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
power_android.cpp Platform: Ensure classes match their header filename 2019-02-12 16:56:25 +01:00
power_android.h Platform: Ensure classes match their header filename 2019-02-12 16:56:25 +01:00
run_icon.png Optimize images losslessly using `oxipng -o6 --strip all --zopfli` 2018-06-28 19:17:41 +02:00
string_android.h Android: Fixed problems with memory leaks due to absent ReleaseStringUTFChars calls. 2019-02-27 15:11:08 +03:00
thread_jandroid.cpp Improve custom thread numbering for POSIX 2019-01-25 00:59:07 +01:00
thread_jandroid.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00