Skip to content

Commit

Permalink
Temporarily disable android build in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-mullvad committed Sep 4, 2024
1 parent aad00e9 commit 30b70b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build-apk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ for ARCHITECTURE in ${ARCHITECTURES:-aarch64 armv7 x86_64 i686}; do
fi
done

exit 0

echo "Updating relays.json..."
cargo run --bin relay_list "${CARGO_ARGS[@]}" > android/app/build/extraAssets/relays.json

Expand Down

0 comments on commit 30b70b6

Please sign in to comment.