Skip to content

Commit 796f4ca

Browse files
committed
Details, details...
1 parent 624f167 commit 796f4ca

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/Xamarin.Android.Build.Tasks/Xamarin.Android.Common.targets

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2118,8 +2118,8 @@ because xbuild doesn't support framework reference assemblies.
21182118
ZipAlignmentPages="$(AndroidZipAlignment)"
21192119
UseAssemblyStore="$(AndroidUseAssemblyStore)"
21202120
AndroidBinUtilsDirectory="$(AndroidBinUtilsDirectory)"
2121-
IntermediateOutputPath="$(IntermediateOutputPath)">
2122-
CompressedAssembliesDir="$(_AndroidCompressedAssembliesDir)">
2121+
IntermediateOutputPath="$(IntermediateOutputPath)"
2122+
CompressedAssembliesDir="$(_AndroidCompressedAssembliesDir)"
21232123
AssemblyStoreEmbeddedInRuntime="$(_AndroidEmbedAssemblyStoreInRuntime)">
21242124
<Output TaskParameter="OutputFiles" ItemName="ApkFiles" />
21252125
</BuildApk>
@@ -2160,8 +2160,8 @@ because xbuild doesn't support framework reference assemblies.
21602160
ZipAlignmentPages="$(AndroidZipAlignment)"
21612161
UseAssemblyStore="$(AndroidUseAssemblyStore)"
21622162
AndroidBinUtilsDirectory="$(AndroidBinUtilsDirectory)"
2163-
IntermediateOutputPath="$(IntermediateOutputPath)">
2164-
CompressedAssembliesDir="$(_AndroidCompressedAssembliesDir)">
2163+
IntermediateOutputPath="$(IntermediateOutputPath)"
2164+
CompressedAssembliesDir="$(_AndroidCompressedAssembliesDir)"
21652165
AssemblyStoreEmbeddedInRuntime="$(_AndroidEmbedAssemblyStoreInRuntime)">
21662166
<Output TaskParameter="OutputFiles" ItemName="BaseZipFile" />
21672167
</BuildBaseAppBundle>
@@ -2235,8 +2235,8 @@ because xbuild doesn't support framework reference assemblies.
22352235
ZipFlushSizeLimit="$(_ZipFlushSizeLimit)"
22362236
ExcludeFiles="@(AndroidPackagingOptionsExclude)"
22372237
AndroidBinUtilsDirectory="$(AndroidBinUtilsDirectory)"
2238-
IntermediateOutputPath="$(IntermediateOutputPath)">
2239-
CompressedAssembliesDir="$(_AndroidCompressedAssembliesDir)">
2238+
IntermediateOutputPath="$(IntermediateOutputPath)"
2239+
CompressedAssembliesDir="$(_AndroidCompressedAssembliesDir)"
22402240
AssemblyStoreEmbeddedInRuntime="$(_AndroidEmbedAssemblyStoreInRuntime)">
22412241
<Output TaskParameter="OutputFiles" ItemName="ApkFiles" />
22422242
</BuildApk>
@@ -2276,8 +2276,8 @@ because xbuild doesn't support framework reference assemblies.
22762276
ZipFlushSizeLimit="$(_ZipFlushSizeLimit)"
22772277
ExcludeFiles="@(AndroidPackagingOptionsExclude)"
22782278
AndroidBinUtilsDirectory="$(AndroidBinUtilsDirectory)"
2279-
IntermediateOutputPath="$(IntermediateOutputPath)">
2280-
CompressedAssembliesDir="$(_AndroidCompressedAssembliesDir)">
2279+
IntermediateOutputPath="$(IntermediateOutputPath)"
2280+
CompressedAssembliesDir="$(_AndroidCompressedAssembliesDir)"
22812281
AssemblyStoreEmbeddedInRuntime="$(_AndroidEmbedAssemblyStoreInRuntime)">
22822282
<Output TaskParameter="OutputFiles" ItemName="BaseZipFile" />
22832283
</BuildBaseAppBundle>

0 commit comments

Comments
 (0)