mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
It makes sense to just set this here since we aren't testing that functionality and enables us to test this if we aren't using one of the specified Xcodes (which can be useful).
12 lines
753 B
Plaintext
12 lines
753 B
Plaintext
# REQUIRES: standalone_build
|
|
# UNSUPPORTED: OS=macosx
|
|
# UNSUPPORTED: OS=ios
|
|
# UNSUPPORTED: OS=tvos
|
|
# UNSUPPORTED: OS=watchos
|
|
|
|
# RUN: %empty-directory(%t)
|
|
# RUN: SKIP_XCODE_VERSION_CHECK=1 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
|
|
|
|
# CHECK: -DCMAKE_Swift_FLAGS{{.*}}-target {{.*}}unknown-linux-android{{.*}} -sdk
|
|
# CHECK: -DCMAKE_SYSTEM_NAME=Android {{.*}} -DCMAKE_ANDROID_NDK
|