Skip to content

Commit 6433df2

Browse files
committed
Fix location of libc++_shared.so
1 parent b0fc274 commit 6433df2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/scripts/android/android-emulator-tests.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,12 @@ nohup emulator -no-accel -no-metrics -partition-size 1024 -memory 4096 -avd "${E
132132
log "Waiting for Android emulator startup"
133133
timeout ${ANDROID_EMULATOR_LAUNCH_TIMEOUT} adb wait-for-any-device
134134

135+
log "Find libc++_shared.so"
136+
find / -name 'libc++_shared.so' || true
137+
138+
log "Find libFoundation.so"
139+
find / -name 'lib*Foundation*.so' || true
140+
135141
log "Prepare Swift test package"
136142

137143
# create a staging folder where we copy the test executable

0 commit comments

Comments
 (0)