You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#exports environment variables needed for build tool paths
. ./setenv.sh
#clears and redownloads the libsodium submodule
./submodule-update.sh
#builds libsodium for the host operating system
./build-libsodium-host.sh
#generates the swig bindings
gradle generateSWIGsource --full-stacktrace
#performs the android ndk libsodium build
gradle build --full-stacktrace
#host building of jni wrapper around libsodium shared library (linux and mac)
pushd jni
./jnilib.sh
popd
#copies the libsodium shared library to the host lib path in order to be able to use host libsodium library (had errors loading library from custom location)