don't automatically build android plugins at end of setup

add comment
This commit is contained in:
sneurlax 2022-12-22 16:22:26 -06:00
parent d3cc147202
commit 6740d9f01f

View file

@ -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