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.
gmp 014cd5c7c4 Merge branch 'master' of jeffwilliams/jni into master 3 years ago
scripts Fix bug in last commit 3 years ago
test Improve test coverage. 3 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 Add support for object arrays. 3 years ago
jni.c Add support for object arrays. 3 years ago
jni.go Add support for object arrays. 3 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 Add support for object arrays. 3 years ago

README.md

JNI

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