timob / jnigi

Golang Java JNI library
BSD 2-Clause "Simplified" License
163 stars 44 forks source link

Basic Android support #56

Closed iamcalledrob closed 2 years ago

iamcalledrob commented 2 years ago

First pass, using JNI_OnLoad. Will need to be cross-compiled with the NDK to work (I use this helper to do so)

timob commented 2 years ago

Looks good, I fixed some of the existing tests. Just that Q. above.

timob commented 2 years ago

LGTM