JNI library cloned from github.com/tailscale/tailscale-android.
Go to file
gmp b33150047f Merge branch 'master' of whereswaldon/jni into master 2020-06-26 21:27:01 +00:00
scripts Linux port 2020-06-22 23:12:16 -04:00
test tests: add tests for calling new method types 2020-06-26 15:40:17 -04:00
.gitignore Add testing, add non-static field accessors. 2020-06-22 22:19:04 -04:00
LICENSE Initial commit. 2020-06-19 16:10:40 -04:00
README.md Initial commit. 2020-06-19 16:10:40 -04:00
go.mod Add testing, add non-static field accessors. 2020-06-22 22:19:04 -04:00
gojni.h feat: implement calling more non-static method types 2020-06-26 15:26:00 -04:00
jni.c feat: implement calling more non-static method types 2020-06-26 15:26:00 -04:00
jni.go feat: implement calling more non-static method types 2020-06-26 15:26:00 -04:00
jni_darwin.go Clean up jni_darwin.go 2020-06-22 22:35:40 -04:00
jni_linux.go Fix Android build. 2020-06-23 09:56:34 -04:00
jni_notandroid.go Add testing, add non-static field accessors. 2020-06-22 22:19:04 -04:00
jni_test.go tests: add tests for calling new method types 2020-06-26 15:40:17 -04:00

README.md

JNI

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