Skip to content

Commit

Permalink
ff
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Aug 5, 2021
1 parent dda2b16 commit aceadff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Xamarin.Android.Build.Tasks/Tasks/BuildApk.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit aceadff

Please sign in to comment.