We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dea39d7 commit 69800e6Copy full SHA for 69800e6
swift-ci/sdks/android/scripts/build.sh
@@ -385,19 +385,14 @@ for arch in $archs; do
385
$build_type_flag \
386
--reconfigure \
387
--no-assertions \
388
+ --validation-test=1 \
389
--android \
390
--android-ndk=$ndk_home \
391
--android-arch=$arch \
392
--android-api-level=$android_api \
- --native-swift-tools-path=$host_toolchain/bin \
393
- --native-clang-tools-path=$host_toolchain/bin \
394
--cross-compile-hosts=android-$arch \
395
--cross-compile-deps-path=$sdk_root \
396
--install-destdir=$sdk_root \
397
- --build-llvm=0 \
398
- --build-swift-tools=0 \
399
- --skip-build-cmark \
400
- --skip-local-build \
401
--build-swift-static-stdlib \
402
--install-swift \
403
--install-libdispatch \
0 commit comments