Update jre_launcher.c

This commit is contained in:
Tran Khanh Duy 2020-09-17 17:48:48 +07:00 committed by GitHub
parent ded22f3ecc
commit 8ed49e93f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,7 +153,7 @@ JNIEXPORT jint JNICALL Java_com_oracle_dalvik_VMLauncher_launchJVM(JNIEnv *env,
// int i;
// Save dalvik JNIEnv pointer for JVM launch thread
dalvikJNIEnvPtr = env;
dalvikJNIEnvPtr_ANDROID = env;
if (argsArray == NULL) {
LOGE("Args array null, returning");