013629dec6
Documents the FFI layer for Mentat, and provides transaction functionality via an EDN string. Creates two native libraries for iOS (Swift) and Android (Java) and fully tests the FFI for both platforms. Closes #619 #614 #611
4 lines
276 B
Bash
Executable file
4 lines
276 B
Bash
Executable file
# This will eventually become a complete build script, not just for Android
|
|
cargo build -p mentat_ffi --target i686-linux-android --release
|
|
cargo build -p mentat_ffi --target armv7-linux-androideabi --release
|
|
cargo build -p mentat_ffi --target aarch64-linux-android --release
|