mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-17 00:07:41 +02:00
add option to compile AI code into libvcmi directly
- used on Android by default - AI sources and libs are propagated to upper level with set(... PARENT_SCOPE)
This commit is contained in:
@ -109,8 +109,4 @@ void CAndroidVMHelper::initClassloader(void * baseEnv)
|
||||
vcmiFindClassMethod = env->GetMethodID(classLoaderClass, "findClass", "(Ljava/lang/String;)Ljava/lang/Class;");
|
||||
}
|
||||
|
||||
extern "C" JNIEXPORT void JNICALL Java_eu_vcmi_vcmi_NativeMethods_initClassloader(JNIEnv * baseEnv, jclass cls)
|
||||
{
|
||||
CAndroidVMHelper::initClassloader(baseEnv);
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user