File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,9 @@ projects that use the Microsoft.Android framework in .NET 6+.
53
53
<_AndroidRuntimePackAssets Include =" $(MicrosoftAndroidSdkOutDir)lib\$(AndroidRID)\crtend_so.o" />
54
54
<_AndroidRuntimePackAssets Include =" $(MicrosoftAndroidSdkOutDir)lib\$(AndroidRID)\libclang_rt.builtins-*-android.a" />
55
55
56
+ <!-- Remove once https://github.com/dotnet/runtime/pull/107615 is merged and released -->
57
+ <_AndroidRuntimePackAssets Include =" $(MicrosoftAndroidSdkOutDir)lib\$(AndroidRID)\libunwind.a" />
58
+
56
59
<FrameworkListFileClass Include =" @(_AndroidRuntimePackAssemblies->'%(Filename)%(Extension)')" Profile =" Android" />
57
60
<FrameworkListFileClass Include =" @(_AndroidRuntimePackAssets->'%(Filename)%(Extension)')" Profile =" Android" />
58
61
</ItemGroup >
You can’t perform that action at this time.
0 commit comments