File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 2
2
# Swift Android SDK: Top-level Build Script
3
3
4
4
# default architectures to build for
5
- TARGET_ARCHS=${TARGET_ARCHS:- armv7, aarch64,x86_64}
5
+ TARGET_ARCHS=${TARGET_ARCHS:- aarch64,x86_64,armv7 }
6
6
7
7
ANDROID_NDK_VERSION=android-ndk-r27c
8
8
ANDROID_API=28
91
91
92
92
./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
93
93
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
+
Original file line number Diff line number Diff line change @@ -67,10 +67,12 @@ if [[ -z "${SWIFT_VERSION}" ]]; then
67
67
SWIFT_VERSION=scheme:release/6.1
68
68
fi
69
69
if [[ -z " ${LIBXML2_VERSION} " ]]; then
70
- LIBXML2_VERSION=2.14.2
70
+ LIBXML2_VERSION=2.12.7
71
+ # LIBXML2_VERSION=2.14.2
71
72
fi
72
73
if [[ -z " ${CURL_VERSION} " ]]; then
73
- CURL_VERSION=8.13.0
74
+ CURL_VERSION=8.7.1
75
+ # CURL_VERSION=8.13.0
74
76
fi
75
77
if [[ -z " ${BORINGSSL_VERSION} " ]]; then
76
78
BORINGSSL_VERSION=fips-20220613
You can’t perform that action at this time.
0 commit comments