8000 not needed · dotnet/android@2d7ffcb · GitHub
[go: up one dir, main page]

Skip to content

Commit 2d7ffcb

Browse files
committed
not needed
1 parent 1dddeab commit 2d7ffcb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Xamarin.Android.Build.Tasks/Microsoft.Android.Sdk/targets/Microsoft.Android.Sdk.NativeAOT.targets

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,13 @@ This file contains the NativeAOT-specific MSBuild logic for .NET for Android.
114114
<TrimmerRootAssembly Include="@(_AndroidILLinkAssemblies->'%(Filename)')" Exclude="System.Private.CoreLib" TrimMode="All" />
115115
<!-- Passes linked assemblies to outer MSBuild tasks/targets -->
116116
<ResolvedFileToPublish Include="@(IlcCompileInput);@(_AndroidILLinkAssemblies)" RuntimeIdentifier="$(RuntimeIdentifier)" />
117-
<!-- Include libc++ -->
118-
<!-- ResolvedFileToPublish Include="$(_NdkSysrootDir)libc++_shared.so" RuntimeIdentifier="$(RuntimeIdentifier)" / -->
117+
119118
<!-- Satellite assemblies -->
120119
<IlcSatelliteAssembly Include="$(_OuterIntermediateSatelliteAssembliesWithTargetPath)" />
121120

122121
<LinkerArg Include="@(RuntimePackAsset->WithMetadataValue('Filename', 'libnaot-android.$(Configuration.ToLower())-static-$(Configuration.ToLower())'))" />
122+
123+
<!-- Include libc++ -->
123124
<LinkerArg Include="$(_NdkSysrootDir)libc++_static.a" />
124125
<LinkerArg Include="$(_NdkSysrootDir)libc++abi.a" />
125126

0 commit comments

Comments
 (0)
0