Skip to content

Commit a1b8b11

Browse files
committed
Add new linker files
1 parent 7af6375 commit a1b8b11

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/Xamarin.Android.Build.Tasks/Xamarin.Android.Build.Tasks.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,11 @@
340340
<Compile Include="$(LinkerSourceFullPath)\linker\Mono.Linker.Steps\SweepStep.cs">
341341
<Link>Linker\Mono.Linker.Steps\SweepStep.cs</Link>
342342
</Compile>
343-
<Compile Include="$(LinkerSourceFullPath)\linker\Mono.Linker.Steps\MarkStep.cs">
344-
<Link>Linker\Mono.Linker.Steps\MarkStep.cs</Link>
343+
<Compile Include="$(LinkerSourceFullPath)\linker\Mono.Linker\LoadException.cs">
344+
<Link>Linker\Mono.Linker\LoadException.cs</Link>
345+
</Compile>
346+
<Compile Include="$(LinkerSourceFullPath)\linker\Mono.Linker\MarkException.cs">
347+
<Link>Linker\Mono.Linker\MarkException.cs</Link>
345348
</Compile>
346349
<Compile Include="Tasks\MergeResources.cs" />
347350
<Compile Include="Tasks\GetConvertedJavaLibraries.cs" />

0 commit comments

Comments
 (0)