1
0
forked from gmp/jni
JNI library cloned from github.com/tailscale/tailscale-android.
Go to file
2026-08-20 23:08:30 -04:00
scripts Fix bug in last commit 2020-08-07 08:21:05 -04:00
test Update jni_linux.go (regenerated with scripts/find_linux.jnih) 2026-01-26 20:34:17 -05:00
.gitignore Add testing, add non-static field accessors. 2020-06-22 22:19:04 -04:00
go.mod Add testing, add non-static field accessors. 2020-06-22 22:19:04 -04:00
gojni.h jni: release string characters in conversion to Go string 2025-12-30 09:43:33 -05:00
jni_darwin.go Clean up jni_darwin.go 2020-06-22 22:35:40 -04:00
jni_linux.go Update jni_linux.go (regenerated with scripts/find_linux.jnih) 2026-01-26 20:34:17 -05:00
jni_notandroid.go Improve test coverage. 2020-07-09 17:07:34 -04:00
jni_test.go feat: implement calling static boolean methods 2021-04-18 14:41:05 -04:00
jni.c jni: release string characters in conversion to Go string 2025-12-30 09:43:33 -05:00
jni.go jni: release string characters in conversion to Go string 2025-12-30 09:43:33 -05:00
LICENSE Initial commit. 2020-06-19 16:10:40 -04:00
README.md Initial commit. 2020-06-19 16:10:40 -04:00

JNI

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