Skip to content

Commit 9f08ff5

Browse files
committed
Fix build
1 parent f72158d commit 9f08ff5

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,9 @@
420420
<Compile Include="$(LinkerSourceFullPath)\linker\Linker.Steps\MarkStep.cs">
421421
<Link>Linker\Linker.Stepsq\MarkStep.cs</Link>
422422
</Compile>
423+
<Compile Include="$(LinkerSourceFullPath)\linker\Linker.Steps\PreserveDependencyLookupStep.cs">
424+
<Link>Linker\Linker.Stepsq\PreserveDependencyLookupStep.cs</Link>
425+
</Compile>
423426
<Compile Include="$(LinkerSourceFullPath)\linker\Linker\LoadException.cs">
424427
<Link>Linker\Linker\LoadException.cs</Link>
425428
</Compile>

src/mono-runtimes/mono-runtimes.targets

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -346,12 +346,6 @@
346346
<_BclTestContent Remove="$(MonoSourceFullPath)\mcs\class\%(MonoTestAssembly.SourcePath)\Test\**\.gitattributes" />
347347
<_BclTestContentDest Include="@(_BclTestContent->'$(XAInstallPrefix)\..\..\bcl-tests\Test\%(RecursiveDir)%(Filename)%(Extension)')" />
348348
</ItemGroup>
349-
<ItemGroup>
350-
<_BclTestContent Include="$(MonoSourceFullPath)\mcs\class\System.IO.Compression\test.nupkg" />
351-
<_BclTestContentDest Include="$(XAInstallPrefix)\..\..\bcl-tests\test.nupkg" />
352-
<_BclTestContent Include="$(MonoSourceFullPath)\mcs\class\System.IO.Compression\archive.zip" />
353-
<_BclTestContentDest Include="$(XAInstallPrefix)\..\..\bcl-tests\archive.zip" />
354-
</ItemGroup>
355349
<ItemGroup>
356350
<_ZipTestContent Include="$(MonoSourceFullPath)\mcs\class\System.IO.Compression.FileSystem\foo\**\*.*" />
357351
<_ZipTestContentDest Include="@(_ZipTestContent->'$(XAInstallPrefix)\..\..\bcl-tests\foo\%(RecursiveDir)%(Filename)%(Extension)')" />

0 commit comments

Comments
 (0)