We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9382cf commit 798d170Copy full SHA for 798d170
src/Microsoft.Android.Sdk.ILLink/TypeMappingStep.cs
@@ -37,7 +37,6 @@ protected override void ProcessAssembly (AssemblyDefinition assembly)
37
{
38
if (assembly.Name.Name == AssemblyName) {
39
MonoAndroidAssembly = assembly;
40
- return;
41
}
42
if (Annotations?.GetAction (assembly) == AssemblyAction.Delete)
43
return;
0 commit comments