From 4e29a4e765921063fd142442f9376eb14b2efd95 Mon Sep 17 00:00:00 2001 From: Dean Ellis Date: Fri, 24 Mar 2017 12:47:11 +0000 Subject: [PATCH] [Xamarin.Android.Build.Tasks] Revert changes from f06bcbe2 The commit f06bcbe2 incorrectly changed the way we calculate $(AndroidIncludeDebugSymbols). Tha t value should ONLY be enabled if DebugType is Full or Embedded. I.e if we have a full on debug build. It turns out the source of the problem was the fact that msbuild under OSX was completely ignoring the $(DebugType) property in the csproj. This caused it to always default to 'portable' which is NOT a full debug build. --- .../Xamarin.Android.Common.targets | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/Xamarin.Android.Build.Tasks/Xamarin.Android.Common.targets b/src/Xamarin.Android.Build.Tasks/Xamarin.Android.Common.targets index 50b7dbb22fa..a34783cdbba 100755 --- a/src/Xamarin.Android.Build.Tasks/Xamarin.Android.Common.targets +++ b/src/Xamarin.Android.Build.Tasks/Xamarin.Android.Common.targets @@ -186,7 +186,7 @@ Copyright (C) 2011-2012 Xamarin. All rights reserved. False False - False + False True True @@ -263,16 +263,11 @@ Copyright (C) 2011-2012 Xamarin. All rights reserved. - + True - - - True - - True