Skip to content

Commit 5e4eb2d

Browse files
committed
Copy additional .so files in the build folder to Android emulator
1 parent 570e470 commit 5e4eb2d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,9 @@ runs:
353353
# copy the built test binary
354354
cp -va ${BUILD_DIR}/${SWIFT_SDK_TARGET}/${{ inputs.swift-configuration }}/*.xctest ${PACK_DIR}
355355
356+
# copy any dependent .so files that may have been created
357+
cp -va ${BUILD_DIR}/${SWIFT_SDK_TARGET}/${{ inputs.swift-configuration }}/*.so ${PACK_DIR} || true
358+
356359
# copy any optional resource bundles
357360
cp -vaf ${BUILD_DIR}/${SWIFT_SDK_TARGET}/${{ inputs.swift-configuration }}/*.resources ${PACK_DIR} || true
358361
# 6.0.2 keeps libraries in per-API folders

0 commit comments

Comments
 (0)