Skip to content

Commit 30b70b6

Browse files
committed
Temporarily disable android build in build script
1 parent aad00e9 commit 30b70b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build-apk.sh

+2
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ for ARCHITECTURE in ${ARCHITECTURES:-aarch64 armv7 x86_64 i686}; do
111111
fi
112112
done
113113

114+
exit 0
115+
114116
echo "Updating relays.json..."
115117
cargo run --bin relay_list "${CARGO_ARGS[@]}" > android/app/build/extraAssets/relays.json
116118

0 commit comments

Comments
 (0)