Skip to content

Commit 9330f6d

Browse files
committed
android,build: dont build for x86 when building all
1 parent 35ac4ac commit 9330f6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/android_build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ BUILD_ARCH() {
5656
if [ $# -eq 2 ]; then
5757
TARGET_ARCH="arm"
5858
BUILD_ARCH
59-
TARGET_ARCH="x86"
60-
BUILD_ARCH
59+
# TARGET_ARCH="x86"
60+
# BUILD_ARCH
6161
TARGET_ARCH="arm64"
6262
BUILD_ARCH
6363
TARGET_ARCH="x86_64"

0 commit comments

Comments
 (0)