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 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
77ANDROID_NDK_VERSION=android-ndk-r27c
88ANDROID_API=28
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+
Original file line number Diff line number Diff line change @@ -67,10 +67,12 @@ if [[ -z "${SWIFT_VERSION}" ]]; then
6767 SWIFT_VERSION=scheme:release/6.1
6868fi
6969if [[ -z " ${LIBXML2_VERSION} " ]]; then
70- LIBXML2_VERSION=2.14.2
70+ LIBXML2_VERSION=2.12.7
71+ # LIBXML2_VERSION=2.14.2
7172fi
7273if [[ -z " ${CURL_VERSION} " ]]; then
73- CURL_VERSION=8.13.0
74+ CURL_VERSION=8.7.1
75+ # CURL_VERSION=8.13.0
7476fi
7577if [[ -z " ${BORINGSSL_VERSION} " ]]; then
7678 BORINGSSL_VERSION=fips-20220613
You can’t perform that action at this time.
0 commit comments