Skip to content

Commit

Permalink
Android WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
grovesNL committed Mar 12, 2019
1 parent 3bf5936 commit 2354c09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis/android_gcc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export RUSTFLAGS="-C link-args=-no-pie -C link-args=-Wl,-Bsymbolic"
export PATH=$HOME/.cargo/bin/:$PATH
curl https://sh.rustup.rs -o rustup.sh
sh rustup.sh -y
source $HOME/.cargo/env
rustup target add arm-linux-androideabi
cargo install cargo-apk
cargo --version
Expand Down

0 comments on commit 2354c09

Please sign in to comment.