Skip to content

Commit

Permalink
[Microsoft.Android.Sdk.ILLink] delete System.Private.CoreLib.xml (dot…
Browse files Browse the repository at this point in the history
…net#6240)

Context: 8cd0b47
Context: dotnet/runtime#49073

Commit 8cd0b47 added 
`src/Microsoft.Android.Sdk.ILLink/PreserveLists/System.Private.CoreLib.xml`
to work around a crash in `GlobalizationNative_GetSortHandle()`,
tracked as dotnet/runtime#49073.

Issue dotnet/runtime#49073 has since been fixed.

Delete `System.Private.CoreLib.xml`, as it is no longer needed.
  • Loading branch information
jonathanpeppers committed Aug 30, 2021
1 parent f9f879c commit 3503fee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ protected override async Task<bool> Execute (Context context)

if (file.Contains ("src/Microsoft.Android.Sdk.ILLink")) {
testAreas.Add ("MSBuild");
testAreas.Add ("MSBuildDevice");
}

if (file.Contains ("src/Mono.Android")) {
Expand Down

This file was deleted.

0 comments on commit 3503fee

Please sign in to comment.