1 parent 64e4779 commit 129ce83Copy full SHA for 129ce83
1 file changed
manager/src/main/jni/helper.cpp
@@ -44,7 +44,7 @@ static int registerNativeMethods(JNIEnv *env, const char *className,
44
}
45
46
static int registerNatives(JNIEnv *env) {
47
- if (!registerNativeMethods(env, "moe/shizuku/server/utils/NativeHelper", gMethods,
+ if (!registerNativeMethods(env, "com/aurora/manager/server/utils/NativeHelper", gMethods,
48
sizeof(gMethods) / sizeof(gMethods[0])))
49
return JNI_FALSE;
50
0 commit comments