mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
12 lines
561 B
Plaintext
12 lines
561 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 2>&1 | %FileCheck %s
|
|
|
|
# CHECK: -DCMAKE_Swift_FLAGS{{.*}}-target {{.*}}unknown-linux-android{{.*}} -sdk
|
|
# CHECK: -DCMAKE_SYSTEM_NAME=Android {{.*}} -DCMAKE_ANDROID_NDK
|