Skip to content

Commit

Permalink
Add a property required by #8478 (#8749)
Browse files Browse the repository at this point in the history
* Add a property required by #8478

Context: #8478
Context: xamarin/monodroid#1393

Merging this no-op change will make it easier to orchestrate merging
of the two PRs above.  It allows us to merge the `monodroid` one
before merging #8478 and prevents breaking of any other builds or
PRs in between merging of the two PRs.

* Don't require it yet

* Dummy change to kick-off the build

* Undo the former change
  • Loading branch information
grendello committed Feb 22, 2024
1 parent d21f6db commit 7559d12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Xamarin.Android.Build.Tasks/Tasks/BuildApk.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ public class BuildApk : AndroidTask
[Required]
public string ApkOutputPath { get; set; }

public string AppSharedLibrariesDir { get; set; }

[Required]
public ITaskItem[] ResolvedUserAssemblies { get; set; }

Expand Down

0 comments on commit 7559d12

Please sign in to comment.