Skip to content

Commit 12575f8

Browse files
committed
Revert to building with ndk-r27c
1 parent 05fc3cd commit 12575f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

swift-ci/sdks/android/build-docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# default architectures to build for
1010
TARGET_ARCHS=${TARGET_ARCHS:-aarch64,x86_64,armv7}
1111

12-
ANDROID_NDK_VERSION=android-ndk-r28b
12+
ANDROID_NDK_VERSION=android-ndk-r27c
1313
ANDROID_API=28
1414

1515
export BUILD_VERSION=${1}

swift-ci/sdks/android/build-local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# default architectures to build for
1010
TARGET_ARCHS=${TARGET_ARCHS:-aarch64,x86_64,armv7}
1111

12-
ANDROID_NDK_VERSION=android-ndk-r28b
12+
ANDROID_NDK_VERSION=android-ndk-r27c
1313
ANDROID_API=28
1414

1515
export BUILD_VERSION=${1}

0 commit comments

Comments
 (0)