Skip to content

Commit a2851f0

Browse files
author
James Chen
committed
Don't build armeabi arch.
1 parent 40124eb commit a2851f0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

js/src/build-android/build.sh

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -158,14 +158,14 @@ fi
158158

159159
}
160160

161-
# Build with armv6
162-
TOOLS_ARCH=arm-linux-androideabi
163-
TARGET_NAME=arm-linux-androideabi
164-
CPU_ARCH=armeabi
165-
RELEASE_ARCH_DIR=armeabi
166-
GCC_VERSION=4.9
167-
TOOLNAME_PREFIX=arm-linux-androideabi
168-
build_with_arch
161+
# # Build with armv6
162+
# TOOLS_ARCH=arm-linux-androideabi
163+
# TARGET_NAME=arm-linux-androideabi
164+
# CPU_ARCH=armeabi
165+
# RELEASE_ARCH_DIR=armeabi
166+
# GCC_VERSION=4.9
167+
# TOOLNAME_PREFIX=arm-linux-androideabi
168+
# build_with_arch
169169

170170
# Build with armv7
171171
TOOLS_ARCH=arm-linux-androideabi

0 commit comments

Comments
 (0)