From 1eff090ae7af2bb50ea0b4005cd3e47191d948a9 Mon Sep 17 00:00:00 2001 From: Dean Ellis Date: Tue, 19 Sep 2017 17:23:42 +0100 Subject: [PATCH] [Xamarin.Android.Build.Tasks] Fix $(EmbedAssembliesIntoApk) Commit 73dc058 removed the default for `$(EmbedAssembliesIntoApk)` if it is blank. This was not the right thing to do :). This commit adds the a default of 'True' is `$(EmbedAssembliesIntoApk)` if completely emplty by the time it has gone through all the other processes. --- src/Xamarin.Android.Build.Tasks/Xamarin.Android.Common.targets | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Xamarin.Android.Build.Tasks/Xamarin.Android.Common.targets b/src/Xamarin.Android.Build.Tasks/Xamarin.Android.Common.targets index f70fa0842d1..769b8486974 100755 --- a/src/Xamarin.Android.Build.Tasks/Xamarin.Android.Common.targets +++ b/src/Xamarin.Android.Build.Tasks/Xamarin.Android.Common.targets @@ -179,6 +179,7 @@ Copyright (C) 2011-2012 Xamarin. All rights reserved. True False True + True False False False