We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40124eb commit a2851f0Copy full SHA for a2851f0
js/src/build-android/build.sh
@@ -158,14 +158,14 @@ fi
158
159
}
160
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
+# # Build with armv6
+# TOOLS_ARCH=arm-linux-androideabi
+# TARGET_NAME=arm-linux-androideabi
+# CPU_ARCH=armeabi
+# RELEASE_ARCH_DIR=armeabi
+# GCC_VERSION=4.9
+# TOOLNAME_PREFIX=arm-linux-androideabi
+# build_with_arch
169
170
# Build with armv7
171
TOOLS_ARCH=arm-linux-androideabi
0 commit comments