File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
.github/workflows/scripts/android Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,8 @@ find "${BUILD_DIR}" -name '*.xctest' -exec cp -av {} "${STAGING_DIR}" \;
109109find " ${BUILD_DIR} " -name ' *.resources' -exec cp -av {} " ${STAGING_DIR} " \;
110110
111111# copy over the required library dependencies
112- cp -av " ${SWIFT_ANDROID_SDK_HOME} " /swift-android/swift-resources/usr/lib/swift-" ${ANDROID_EMULATOR_ARCH_TRIPLE} " /android/* .so " ${SWIFT_ANDROID_SDK_HOME} " /swift-android/ndk-sysroot/usr/lib/" ${ANDROID_EMULATOR_ARCH_TRIPLE} " -linux-android/libc++_shared.so " ${STAGING_DIR} "
112+ cp -av " ${SWIFT_ANDROID_SDK_HOME} " /swift-android/swift-resources/usr/lib/swift-" ${ANDROID_EMULATOR_ARCH_TRIPLE} " /android/* .so " ${STAGING_DIR} "
113+ cp -av " ${SWIFT_ANDROID_SDK_HOME} " /swift-android/ndk-sysroot/usr/lib/" ${ANDROID_EMULATOR_ARCH_TRIPLE} " -linux-android/libc++_shared.so " ${STAGING_DIR} "
113114
114115# for the common case of tests referencing
115116# their own files as hardwired paths instead of resources
You can’t perform that action at this time.
0 commit comments