Skip to content

Commit 013cee4

Browse files
authored
Merge pull request swiftlang#74440 from compnerd/interop-android
utils: copy static libraries for Android SDK
2 parents 4a98a53 + 877547f commit 013cee4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/build.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1777,6 +1777,7 @@ function Install-Platform([Platform]$Platform, $Arch) {
17771777
Copy-File "$PlatformLibSrc\$($Arch.LLVMName)\*.lib" "$PlatformLibDst\$($Arch.LLVMName)\"
17781778
}
17791779
Android {
1780+
Copy-File "$PlatformLibSrc\*.a" "$PlatformLibDst\$($Arch.LLVMName)\"
17801781
Copy-File "$PlatformLibSrc\*.so" "$PlatformLibDst\$($Arch.LLVMName)\"
17811782
}
17821783
}

0 commit comments

Comments
 (0)