mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-24 04:19:23 +00:00
don't automatically build android plugins at end of setup
add comment
This commit is contained in:
parent
d3cc147202
commit
6740d9f01f
1 changed files with 1 additions and 5 deletions
|
@ -41,11 +41,7 @@ sudo apt-get install -y unzip automake build-essential file pkg-config git pytho
|
|||
|
||||
sudo apt install -y libc6-dev-i386
|
||||
|
||||
# Install Rust
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||
cargo install cargo-ndk
|
||||
rustup target add aarch64-linux-android armv7-linux-androideabi i686-linux-android x86_64-linux-android
|
||||
|
||||
# build stack wallet plugins
|
||||
cd $STACK_WALLET
|
||||
cd scripts/android
|
||||
./build_all.sh
|
||||
|
|
Loading…
Reference in a new issue