All Android assemblies should be marked as [trimmable](https://github.com/mono/linker/blob/main/docs/design/trimmed-assemblies.md#assemblymetadataistrimmable-true) and [code](https://github.com/xamarin/xamarin-android/blob/master/build-tools/create-packs/Microsoft.Android.Sdk.proj#L118) which tries to override the settings should be removed. This is the preferred way to tell linker to include assemblies in the trimming process in .NET6 P3