Skip to content

Commit 81a7369

Browse files
committed
Still needed, after all
1 parent 327687c commit 81a7369

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build-tools/create-packs/Microsoft.Android.Runtime.proj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ projects that use the Microsoft.Android framework in .NET 6+.
5353
<_AndroidRuntimePackAssets Include="$(MicrosoftAndroidSdkOutDir)lib\$(AndroidRID)\crtend_so.o" />
5454
<_AndroidRuntimePackAssets Include="$(MicrosoftAndroidSdkOutDir)lib\$(AndroidRID)\libclang_rt.builtins-*-android.a" />
5555

56+
<!-- Remove once https://github.com/dotnet/runtime/pull/107615 is merged and released -->
57+
<_AndroidRuntimePackAssets Include="$(MicrosoftAndroidSdkOutDir)lib\$(AndroidRID)\libunwind.a" />
58+
5659
<FrameworkListFileClass Include="@(_AndroidRuntimePackAssemblies->'%(Filename)%(Extension)')" Profile="Android" />
5760
<FrameworkListFileClass Include="@(_AndroidRuntimePackAssets->'%(Filename)%(Extension)')" Profile="Android" />
5861
</ItemGroup>

0 commit comments

Comments
 (0)