This crate is responsible for building UniFFI bindings.
To build you need to first install:
brew install protobufSet the ANDROID_NDK_HOME env variable to your Android NDK directory:
export ANDROID_NDK_HOME=<your android ndk directory>On first usage you will need to run:
make initTo build bindings for individual languages please see the available Makefile tasks. Otherwise to build all bindings run:
make allmake test