Skip to content

Commit

Permalink
docs: update android todos
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Nov 13, 2023
1 parent 2acb962 commit 6a6265a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,11 @@ bindgen-kotlin:
cd inference_core && \
cargo run --bin uniffi-bindgen generate src/inference.udl \
--language kotlin -o ../examples/android/app/src/main/java \

prepare-android:
rustup toolchain install stable
rustup target add x86_64-linux-android
rustup target add x86_64-unknown-linux-gnu
rustup target add aarch64-linux-android
rustup target add armv7-linux-androideabi
rustup target add i686-linux-android

0 comments on commit 6a6265a

Please sign in to comment.