Skip to content

Commit

Permalink
We don't need to run the CompressAssemblies task when using FastDev.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpobst committed Jan 27, 2025
1 parent 869c2a3 commit 679a43e
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/Xamarin.Android.Build.Tasks/Xamarin.Android.Common.targets
Original file line number Diff line number Diff line change
Expand Up @@ -2286,20 +2286,6 @@ because xbuild doesn't support framework reference assemblies.
<_DalvikClasses Include="@(_DexFile)" />
</ItemGroup>

<!-- Put the assemblies and native libraries in the apk -->
<CompressAssemblies
ApkOutputPath="$(_ApkOutputPath)"
EmbedAssemblies="$(EmbedAssembliesIntoApk)"
EnableCompression="$(AndroidEnableAssemblyCompression)"
IncludeDebugSymbols="$(AndroidIncludeDebugSymbols)"
ProjectFullPath="$(MSBuildProjectFullPath)"
ResolvedFrameworkAssemblies="@(_ShrunkFrameworkAssemblies)"
ResolvedUserAssemblies="@(_ShrunkUserAssemblies);@(_AndroidResolvedSatellitePaths)"
SupportedAbis="@(_BuildTargetAbis)">
<Output TaskParameter="ResolvedFrameworkAssembliesOutput" ItemName="_BuildApkResolvedFrameworkAssemblies" />
<Output TaskParameter="ResolvedUserAssembliesOutput" ItemName="_BuildApkResolvedUserAssemblies" />
</CompressAssemblies>

<CollectDalvikFilesForArchive
AndroidPackageFormat="$(AndroidPackageFormat)"
DalvikClasses="@(_DalvikClasses)">
Expand Down

0 comments on commit 679a43e

Please sign in to comment.