Skip to content

Commit 7a59154

Browse files
committed
Android SDK build
1 parent f7e8486 commit 7a59154

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

swift-ci/sdks/android/build

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Swift Android SDK: Top-level Build Script
33

44
# default architectures to build for
5-
TARGET_ARCHS=${TARGET_ARCHS:-armv7,aarch64,x86_64}
5+
TARGET_ARCHS=${TARGET_ARCHS:-aarch64,x86_64,armv7}
66

77
ANDROID_NDK_VERSION=android-ndk-r27c
88
ANDROID_API=28
@@ -91,3 +91,6 @@ popd
9191

9292
./scripts/build.sh --products-dir ${SDKROOT}/products --source-dir ${SDKROOT}/src --build-dir ${SDKROOT}/build --ndk-home ${ANDROID_NDK_HOME} --android-api ${ANDROID_API} --host-toolchain ${HOST_TOOLCHAIN} --archs $TARGET_ARCHS
9393

94+
# assemble the artifactbundle
95+
#./scripts/assemble.sh --products-dir ${SDKROOT}/products --build-dir ${SDKROOT}/build --ndk-home ${ANDROID_NDK_HOME} --archs $TARGET_ARCHS
96+

swift-ci/sdks/android/scripts/fetch-source.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,12 @@ if [[ -z "${SWIFT_VERSION}" ]]; then
6767
SWIFT_VERSION=scheme:release/6.1
6868
fi
6969
if [[ -z "${LIBXML2_VERSION}" ]]; then
70-
LIBXML2_VERSION=2.14.2
70+
LIBXML2_VERSION=2.12.7
71+
#LIBXML2_VERSION=2.14.2
7172
fi
7273
if [[ -z "${CURL_VERSION}" ]]; then
73-
CURL_VERSION=8.13.0
74+
CURL_VERSION=8.7.1
75+
#CURL_VERSION=8.13.0
7476
fi
7577
if [[ -z "${BORINGSSL_VERSION}" ]]; then
7678
BORINGSSL_VERSION=fips-20220613

0 commit comments

Comments
 (0)