forked from gmp/jni
JNI library cloned from github.com/tailscale/tailscale-android.
This change should fix #13 by releasing the string buffer from the JVM after we convert the string to a Go string. However, I've been having a lot of trouble building the tests on Linux, and I've run out of time to keep messing with it. I'm posting this patch in the hope that someone else is better positioned to validate it. Please do not merge this unless you can verify that it works properly. Signed-off-by: Chris Waldon <christopher.waldon.dev@gmail.com> |
||
|---|---|---|
| scripts | ||
| test | ||
| .gitignore | ||
| go.mod | ||
| gojni.h | ||
| jni_darwin.go | ||
| jni_linux.go | ||
| jni_notandroid.go | ||
| jni_test.go | ||
| jni.c | ||
| jni.go | ||
| LICENSE | ||
| README.md | ||
JNI
A JNI library cloned from github.com/tailscale/tailscale-android.