From b5dc3cc6a17daac73e254c232d38fbcfb766b315 Mon Sep 17 00:00:00 2001 From: Jonathan Pryor Date: Wed, 7 Mar 2018 12:32:42 -0500 Subject: [PATCH] [Xamarin.Android.Build.Tasks] Add @(AndroidAarLibrary) Adding `@(AndroidAarLibrary)` to `@(AvailableItemName)` *should* have been done as part of commit 6a8ea2bb, but was overlooked. We want `@(AvailableItemName)` to be up-to-date so that you can have conditional MSBuild behavior based on whether a particular item is supported. In particular, @Redth wants to ensure that the `@(AndroidAarLibrary)` build action is available as part of his Components work, and ensuring that `@(AvailableItemName)` contains `@(AndroidAarLibrary)` is the most straightforward way to do so. Additionally, sort and re-indent the `@(AvailableItemName)` entries. --- .../Xamarin.Android.Common.targets | 29 ++++++++++--------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/src/Xamarin.Android.Build.Tasks/Xamarin.Android.Common.targets b/src/Xamarin.Android.Build.Tasks/Xamarin.Android.Common.targets index 4b633b48140..f401aabbf29 100755 --- a/src/Xamarin.Android.Build.Tasks/Xamarin.Android.Common.targets +++ b/src/Xamarin.Android.Build.Tasks/Xamarin.Android.Common.targets @@ -158,20 +158,21 @@ Copyright (C) 2011-2012 Xamarin. All rights reserved. - - - - - - - - - - - - - - + + + + + + + + + + + + + + +