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

@@ -1246,9 +1246,6 @@ if(ANDROID)
endif()
if(SDL_AUDIO)
set(SDL_AUDIO_DRIVER_ANDROID 1)
sdl_glob_sources("${SDL3_SOURCE_DIR}/src/audio/android/*.c")
set(SDL_AUDIO_DRIVER_OPENSLES 1)
sdl_glob_sources("${SDL3_SOURCE_DIR}/src/audio/openslES/*.c")