Skip to content

[Xamarin.Android.Build.Tasks] Add @(AndroidAarLibrary) #1379

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

jonpryor
Copy link
Contributor

@jonpryor jonpryor commented Mar 7, 2018

Adding @(AndroidAarLibrary) to @(AvailableItemName) should have
been done as part of commit 6a8ea2b, 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.

Adding `@(AndroidAarLibrary)` to `@(AvailableItemName)` *should* have
been done as part of commit 6a8ea2b, 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.
@jonpryor jonpryor force-pushed the jonp-add-AvailableItemName-AndroidAarLibrary branch from 18f14d4 to b5dc3cc Compare March 7, 2018 17:37
@dellis1972 dellis1972 merged commit 93acc40 into dotnet:master Mar 7, 2018
jonpryor added a commit that referenced this pull request Mar 9, 2018
Adding `@(AndroidAarLibrary)` to `@(AvailableItemName)` *should* have
been done as part of commit 6a8ea2b, 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.
@github-actions github-actions bot locked and limited conversation to collaborators Feb 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants