Skip to content

Commit b0fc274

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

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,6 @@ 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'
137-
138135
log "Prepare Swift test package"
139136

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

0 commit comments

Comments
 (0)