Skip to content

Commit 129ce83

Browse files
authored
Update NativeHelper class path in JNI registration
1 parent 64e4779 commit 129ce83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manager/src/main/jni/helper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ static int registerNativeMethods(JNIEnv *env, const char *className,
4444
}
4545

4646
static int registerNatives(JNIEnv *env) {
47-
if (!registerNativeMethods(env, "moe/shizuku/server/utils/NativeHelper", gMethods,
47+
if (!registerNativeMethods(env, "com/aurora/manager/server/utils/NativeHelper", gMethods,
4848
sizeof(gMethods) / sizeof(gMethods[0])))
4949
return JNI_FALSE;
5050

0 commit comments

Comments
 (0)