Skip to content

Commit

Permalink
[One .NET] Don't always preserve Android.Runtime.ConstructorBuilder (#…
Browse files Browse the repository at this point in the history
…5364)

Context: #5167

The `Android.Runtime.ConstructorBuilder` type is not accessed
by reflection, and does not need to be fully preserved by the linker.
  • Loading branch information
radekdoulik authored Dec 9, 2020
1 parent d9825d5 commit 9ad0947
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<assembly fullname="Mono.Android">
<type fullname="Android.Runtime.AndroidEnvironment" />
<type fullname="Android.Runtime.AnnotationAttribute" />
<type fullname="Android.Runtime.ConstructorBuilder" />
<type fullname="Android.Runtime.GeneratedDummyHost" />
<type fullname="Android.Runtime.GeneratedEnumAttribute" />
<type fullname="Android.Runtime.IJavaObject" />
Expand Down

0 comments on commit 9ad0947

Please sign in to comment.