File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
swift-ci/sdks/android/scripts Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ declare_package boringssl "boringssl" "OpenSSL AND ISC AND MIT" \
114
114
# Parse command line arguments
115
115
android_sdk_version=0.1
116
116
sdk_name=
117
- archs=armv7,x86_64
117
+ archs=armv7,aarch64, x86_64
118
118
android_api=28
119
119
build_type=Release
120
120
parallel_jobs=$(( $(nproc -- all) + 2 ))
@@ -449,6 +449,7 @@ for arch in $archs; do
449
449
--skip-test-linux \
450
450
--skip-test-xctest --skip-test-foundation \
451
451
--build-swift-static-stdlib \
452
+ --swift-install-components=' clang-resource-dir-symlink;license;stdlib;sdk-overlay' \
452
453
--install-swift \
453
454
--install-libdispatch \
454
455
--install-foundation \
@@ -528,7 +529,7 @@ for arch in $archs; do
528
529
arch_triple=" arm-linux-androideabi"
529
530
fi
530
531
531
- rm -r lib/swift{,_static}/clang
532
+ rm -r lib/swift{,_static}/{ clang,linux}
532
533
mv lib/swift lib/swift-$arch
533
534
ln -s ../swift/clang lib/swift-$arch /clang
534
535
You can’t perform that action at this time.
0 commit comments