From aceadff68671d3093daad423d5fafba9e9e43173 Mon Sep 17 00:00:00 2001 From: Dean Ellis Date: Tue, 6 Jul 2021 10:16:53 +0100 Subject: [PATCH] ff --- src/Xamarin.Android.Build.Tasks/Tasks/BuildApk.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Xamarin.Android.Build.Tasks/Tasks/BuildApk.cs b/src/Xamarin.Android.Build.Tasks/Tasks/BuildApk.cs index 645734ce261..47f1d076edb 100644 --- a/src/Xamarin.Android.Build.Tasks/Tasks/BuildApk.cs +++ b/src/Xamarin.Android.Build.Tasks/Tasks/BuildApk.cs @@ -170,8 +170,7 @@ void ExecuteWithAbi (string [] supportedAbis, string apkInputPath, string apkOut } apk.Flush (); } - // this call should be redundant now - //apk.FixupWindowsPathSeparators ((a, b) => Log.LogDebugMessage ($"Fixing up malformed entry `{a}` -> `{b}`")); + apk.FixupWindowsPathSeparators ((a, b) => Log.LogDebugMessage ($"Fixing up malformed entry `{a}` -> `{b}`")); // Add classes.dx CompressionMethod dexCompressionMethod = GetCompressionMethod (".dex");