Author :
Sylvain Becker
Date :
2019-01-11 14:50:43
Hash :9a98e5af Message :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.