Removed the ancient Android audio driver

OpenSLES is well supported on Android 4.0 and later.
This commit is contained in:
Sam Lantinga
2024-07-29 08:05:36 -07:00
parent 446c05a001
commit 691cf15e75
10 changed files with 11 additions and 935 deletions

View File

@@ -62,9 +62,6 @@ static const AudioBootStrap *const bootstrap[] = {
#ifdef SDL_AUDIO_DRIVER_OPENSLES
&OPENSLES_bootstrap,
#endif
#ifdef SDL_AUDIO_DRIVER_ANDROID
&ANDROIDAUDIO_bootstrap,
#endif
#ifdef SDL_AUDIO_DRIVER_PS2
&PS2AUDIO_bootstrap,
#endif