Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
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.
  • Loading branch information
grendello committed Feb 22, 2024
commit 5e2b1723b1635385e8f86eb95b5da3983b0eca2d
3 changes: 3 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,9 @@ public class BuildApk : AndroidTask
[Required]
public string ApkOutputPath { get; set; }

[Required]
public string AppSharedLibrariesDir { get; set; }

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

Expand Down