Skip to content

Commit

Permalink
Update Microsoft.Android.Sdk.NativeAOT.targets
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpeppers committed Dec 10, 2024
1 parent b7686f3 commit 508ba8e
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ This file contains the NativeAOT-specific MSBuild logic for .NET for Android.
<IlcCompileDependsOn>
_AndroidBeforeIlcCompile;
SetupOSSpecificProps;
_ComputeManagedAssemblyToLink;
PrepareForILLink;
_RunILLink;
ILLink;
ComputeIlcCompileInputs;
_AndroidComputeIlcCompileInputs;
$(IlcCompileDependsOn)
Expand All @@ -34,12 +33,7 @@ This file contains the NativeAOT-specific MSBuild logic for .NET for Android.
<CppCompilerAndLinker>$(_NdkBinDir)$(_NdkClangPrefix)clang++</CppCompilerAndLinker>
<CppLinker>$(CppCompilerAndLinker)</CppLinker>
<ObjCopyName>$(_NdkBinDir)llvm-objcopy</ObjCopyName>
</PropertyGroup>
<ItemGroup>
<LinkerArg Include="-Wl,--undefined-version" />
</ItemGroup>

<PropertyGroup>
<!-- Example settings from: https://github.com/xamarin/xamarin-macios/blob/c43d4ea40bc777969e3b158cf46446df292d8449/dotnet/targets/Xamarin.Shared.Sdk.targets#L541-L550 -->
<RunILLink>true</RunILLink>
<!--
Expand Down

0 comments on commit 508ba8e

Please sign in to comment.