forked from gmp/jni
1
0
Fork 0
JNI library cloned from github.com/tailscale/tailscale-android.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Chris Waldon f8a0df591f
fix: use proper return type for static booleans
2 years ago
scripts Fix bug in last commit 3 years ago
test feat: implement calling static boolean methods 2 years ago
.gitignore Add testing, add non-static field accessors. 3 years ago
LICENSE Initial commit. 3 years ago
README.md Initial commit. 3 years ago
go.mod Add testing, add non-static field accessors. 3 years ago
gojni.h feat: implement calling static boolean methods 2 years ago
jni.c fix: use proper return type for static booleans 2 years ago
jni.go feat: implement calling static boolean methods 2 years ago
jni_darwin.go Clean up jni_darwin.go 3 years ago
jni_linux.go Fix Android build. 3 years ago
jni_notandroid.go Improve test coverage. 3 years ago
jni_test.go feat: implement calling static boolean methods 2 years ago

README.md

JNI

A JNI library cloned from github.com/tailscale/tailscale-android.