Skip to content

Commit 67f903f

Browse files
authored
Merge pull request #172 from winnerspiros/fix/android-aot-plt-crash-veldrid-cleanup-5598476388993846542
fix(android): resolve AOT crash by removing obsolete Veldrid entry
2 parents 6c66fda + 05845c0 commit 67f903f

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

osu.Android.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
</PropertyGroup>
1616
<!-- Patch NuGet-provided .so files that ship with 4 KB ELF alignment to 16 KB.
1717
See build/PatchElfPageSize.targets for details.
18-
TODO: Remove once ppy.Veldrid.SPIRV ships 16 KB-aligned native libraries. -->
1918
<Import Project="$(MSBuildThisFileDirectory)build\PatchElfPageSize.targets" />
2019
<!-- Release-only optimisations: AOT for low-latency gameplay, trimming for smaller APK.
2120
Suppress trim analysis warnings because the project uses reflection extensively

osu.Android/Linker.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
<assembly fullname="osu.Android">
5757
<type fullname="*" preserve="all" />
5858
</assembly>
59-
<assembly fullname="ppy.Veldrid.SPIRV" preserve="all" />
6059
<assembly fullname="AutoMapper" preserve="all" />
6160
<assembly fullname="Newtonsoft.Json" preserve="all" />
6261
<assembly fullname="Realm" preserve="all" />

0 commit comments

Comments
 (0)