SDL/android-project/app
Sam Lantinga 8c89a076a7 Fixed deadlock introduced by 7222c04fbf
It turns out this change causes a deadlock:
The main UI thread calls synchronized handleMotionEvent() which then calls SDL_LockJoysticks()
The main app thread calls SDL_LockJoysticks() and then synchronized pollInputDevices()
2026-05-17 12:22:12 -07:00
..
jni android: don't promote custom SDL3::SDL3 targets 2025-10-03 21:08:14 +02:00
src/main Fixed deadlock introduced by 7222c04fbf 2026-05-17 12:22:12 -07:00
build.gradle Use ndk r28 by default for 16KB page alignment 2025-10-08 21:34:19 -07:00
proguard-rules.pro Update showFileDialog in proguard-rules.pro 2026-05-15 08:59:35 -07:00