Skip to content

fix(android): resolve AOT crash by removing obsolete Veldrid entry - #172

Merged
winnerspiros merged 1 commit into
masterfrom
fix/android-aot-plt-crash-veldrid-cleanup-5598476388993846542
Apr 8, 2026
Merged

fix(android): resolve AOT crash by removing obsolete Veldrid entry#172
winnerspiros merged 1 commit into
masterfrom
fix/android-aot-plt-crash-veldrid-cleanup-5598476388993846542

Conversation

@google-labs-jules

Copy link
Copy Markdown

Removes the obsolete ppy.Veldrid.SPIRV assembly from Linker.xml and cleans up the corresponding TODO in osu.Android.props. This assembly was causing a fatal plt_entry not met assertion in the Mono AOT runtime during application startup on Android. Verified that the core library build succeeds and that reflection-heavy code paths remain protected by existing trimmer suppressions.


PR created automatically by Jules for task 5598476388993846542 started by @winnerspiros

The `plt_entry not met` assertion in the Mono AOT runtime was caused by
the linker attempting to resolve `ppy.Veldrid.SPIRV`, which is no longer
part of the project's dependency graph.

This removes the assembly from `Linker.xml` and cleans up related comments
in `osu.Android.props` to resolve the crash on .NET 10 Android builds.
@google-labs-jules

Copy link
Copy Markdown
Author

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@winnerspiros
winnerspiros merged commit 67f903f into master Apr 8, 2026
0 of 14 checks passed
winnerspiros pushed a commit that referenced this pull request Apr 8, 2026
Reverts the codebase to the state of commit 50b2298 from PR
'fix/android-native-build-byte-type-error-10772562851119172684'.

This effectively undoes the subsequent merge of PR #172, which was
identified as the cause of the regressions in the current build.
The 'byte' type fix for native headers is preserved as part of the
target commit.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant