File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/Xamarin.Android.Build.Tasks/Microsoft.Android.Sdk/targets Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -114,12 +114,13 @@ This file contains the NativeAOT-specific MSBuild logic for .NET for Android.
114
114
<TrimmerRootAssembly Include =" @(_AndroidILLinkAssemblies->'%(Filename)')" Exclude =" System.Private.CoreLib" TrimMode =" All" />
115
115
<!-- Passes linked assemblies to outer MSBuild tasks/targets -->
116
116
<ResolvedFileToPublish Include =" @(IlcCompileInput);@(_AndroidILLinkAssemblies)" RuntimeIdentifier =" $(RuntimeIdentifier)" />
117
- <!-- Include libc++ -->
118
- <!-- ResolvedFileToPublish Include="$(_NdkSysrootDir)libc++_shared.so" RuntimeIdentifier="$(RuntimeIdentifier)" / -->
117
+
119
118
<!-- Satellite assemblies -->
120
119
<IlcSatelliteAssembly Include =" $(_OuterIntermediateSatelliteAssembliesWithTargetPath)" />
121
120
122
121
<LinkerArg Include =" @(RuntimePackAsset->WithMetadataValue('Filename', 'libnaot-android.$(Configuration.ToLower())-static-$(Configuration.ToLower())'))" />
122
+
123
+ <!-- Include libc++ -->
123
124
<LinkerArg Include =" $(_NdkSysrootDir)libc++_static.a" />
124
125
<LinkerArg Include =" $(_NdkSysrootDir)libc++abi.a" />
125
126
You can’t perform that action at this time.
0 commit comments