Skip to content

Commit 7559d12

Browse files
authored
Add a property required by #8478 (#8749)
* 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
1 parent d21f6db commit 7559d12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Xamarin.Android.Build.Tasks/Tasks/BuildApk.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ public class BuildApk : AndroidTask
3333
[Required]
3434
public string ApkOutputPath { get; set; }
3535

36+
public string AppSharedLibrariesDir { get; set; }
37+
3638
[Required]
3739
public ITaskItem[] ResolvedUserAssemblies { get; set; }
3840

0 commit comments

Comments
 (0)