Skip to content

Commit a137f03

Browse files
committed
Android SDK build
1 parent ffb35be commit a137f03

File tree

1 file changed

+2
-1
lines changed
  • swift-ci/sdks/android

1 file changed

+2
-1
lines changed

swift-ci/sdks/android/build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
if [[ -z "${CI}" ]]; then
66
TARGET_ARCHS=${TARGET_ARCHS:-aarch64}
77
else
8-
TARGET_ARCHS=${TARGET_ARCHS:-aarch64,armv7,x86_64,x86}
8+
#TARGET_ARCHS=${TARGET_ARCHS:-aarch64,armv7,x86_64,x86}
9+
TARGET_ARCHS=${TARGET_ARCHS:-aarch64,x86_64}
910
fi
1011

1112
ANDROID_NDK_VERSION=android-ndk-r27c

0 commit comments

Comments
 (0)