Skip to content

Commit bc4700e

Browse files
committed
Restore architectures
1 parent b560d6d commit bc4700e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-apk.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ popd
7979

8080
cargo install --force cbindgen
8181

82-
for ARCHITECTURE in ${ARCHITECTURES:-x86_64}; do
82+
for ARCHITECTURE in ${ARCHITECTURES:-aarch64 armv7 x86_64 i686}; do
8383
case "$ARCHITECTURE" in
8484
"x86_64")
8585
TARGET="x86_64-linux-android"

0 commit comments

Comments
 (0)