Skip to content

Commit baad0b5

Browse files
committed
补充提交遗漏的类
1 parent 08f6530 commit baad0b5

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
5 Bytes
Binary file not shown.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
package com.example.hellojni;
2+
3+
public class HelloJni {
4+
5+
public static native int calculate(int digit_1, int digit_2);
6+
7+
static {
8+
System.loadLibrary("hello-jni");
9+
}
10+
}

0 commit comments

Comments
 (0)