Skip to content

Commit 877547f

Browse files
committed
utils: copy static libraries for Android SDK
Update the SDK deployment to include the static libraries as well. This is primarily needed for the C++ interop libraries.
1 parent 788ee61 commit 877547f

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)