From fe52c64cdf10e7bc80774eec8872ce8feab41ada Mon Sep 17 00:00:00 2001
From: "google-labs-jules[bot]"
<161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Mon, 13 Apr 2026 08:43:47 +0000
Subject: [PATCH] Fix XACAS7023 build error in .NET 10 Android
Add an explicit to osu.Android.props
to ensure the assembly is included in the trimmer's input graph during
Release builds. This resolves the DirectoryNotFoundException during the
CompressAssemblies task.
---
osu.Android.props | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/osu.Android.props b/osu.Android.props
index f21e05b4a48b..699cadc4dd9c 100644
--- a/osu.Android.props
+++ b/osu.Android.props
@@ -33,6 +33,10 @@
+
+
+
+