Add build script for Android cross compilation
This commit is contained in:
parent
73a26132d3
commit
3bd90e4dc7
1 changed files with 4 additions and 0 deletions
4
android_build_all.sh
Executable file
4
android_build_all.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
# 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
|
Loading…
Reference in a new issue