Commit 9a98e5afe1ac5fd06e9d021344d8ea4b618c15b4

Sylvain Becker 2019-01-11T14:50:43

Android: don't call Android_JNI_ThreadDestroyed() for Java SDLThread SDLThread is a Java Thread, it's not needed to call 'Detach' from the JVM. Clear mThreadKey, so that the pthread_create destructor is not called for this thread.