Skip to content

Commit

Permalink
[illink] Do not preserve ConstructorBuilder
Browse files Browse the repository at this point in the history
Part of dotnet#5167

The type is not accessed by reflection. It can also be made static,
but that is already part of dotnet#5360

Removed API from BuildReleaseArm64False test:

    Type Android.Runtime.ConstructorBuilder
      -             Method public SIGERR .ctor ()
  • Loading branch information
radekdoulik committed Dec 3, 2020
1 parent fd8aa17 commit 7c8bef2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<type fullname="Android.Runtime.AndroidEnvironment" />
<type fullname="Android.Runtime.AnnotationAttribute" />
<type fullname="Android.Runtime.CharSequence" />
<type fullname="Android.Runtime.ConstructorBuilder" />
<type fullname="Android.Runtime.Extensions" />
<type fullname="Android.Runtime.GeneratedDummyHost" />
<type fullname="Android.Runtime.GeneratedEnumAttribute" />
Expand Down

0 comments on commit 7c8bef2

Please sign in to comment.