Commit 93acc40
[Xamarin.Android.Build.Tasks] Add @(AndroidAarLibrary) (#1379)
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.1 parent c6e36ff commit 93acc40
File tree
1 file changed
+15
-14
lines changed- src/Xamarin.Android.Build.Tasks
1 file changed
+15
-14
lines changedLines changed: 15 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
175 | 176 | | |
176 | 177 | | |
177 | 178 | | |
| |||
0 commit comments