From 6eba192bec7cc6258fbc0c97b448fe4a4d45de9a Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 30 Jan 2015 20:46:29 +0100 Subject: GlueGen: Cleanup static generated JNI code (fix method names) Symbol could not be found w/ Android: UnixDynamicLinkerImpl_JNI.c::Java_jogamp_common_os_UnixDynamicLinkerImpl_dlerror --- src/native/common/JVMUtil.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/native/common/JVMUtil.c') diff --git a/src/native/common/JVMUtil.c b/src/native/common/JVMUtil.c index 6df2aff..e9b399f 100644 --- a/src/native/common/JVMUtil.c +++ b/src/native/common/JVMUtil.c @@ -43,6 +43,11 @@ #include "jogamp_common_jvm_JVMUtil.h" +/* + * Class: jogamp_common_jvm_JVMUtil + * Method: initialize + * Signature: (Ljava/nio/ByteBuffer;)Z + */ JNIEXPORT jboolean JNICALL Java_jogamp_common_jvm_JVMUtil_initialize(JNIEnv *env, jclass _unused, jobject nioBuffer) { void * ptr = NULL; -- cgit v1.2.3