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.
2 parents 333c12d + de148ad commit 8499863Copy full SHA for 8499863
validation-test/BuildSystem/android_cross_compile.test
@@ -1,4 +1,5 @@
1
# REQUIRES: standalone_build
2
+# UNSUPPORTED: OS=macosx
3
4
# RUN: %empty-directory(%t)
5
# RUN: SWIFT_BUILD_ROOT=%t %swift_src_root/utils/build-script --dry-run --cmake %cmake --libdispatch --cross-compile-hosts=android-aarch64 --skip-local-build --android --android-ndk %t/ndk/ --android-arch aarch64 --android-icu-uc %t/lib/libicuuc.so --android-icu-uc-include %t/include/ --android-icu-i18n %t/lib/libicui18n.so --android-icu-i18n-include %t/include/ --android-icu-data %t/lib/libicudata.so 2>&1 | %FileCheck %s
0 commit comments