We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f25989f commit fd0406eCopy full SHA for fd0406e
src/Xamarin.Android.Build.Tasks/Tasks/ProcessNativeLibraries.cs
@@ -118,6 +118,10 @@ public override bool RunTask ()
118
119
bool IgnoreLibraryWhenLinkingRuntime (ITaskItem libItem)
120
{
121
+ if (!NativeRuntimeLinking) {
122
+ return false;
123
+ }
124
+
125
// We ignore all the shared libraries coming from the runtime packages, as they are all linked into our runtime and
126
// need not be packaged.
127
string packageId = libItem.GetMetadata ("NuGetPackageId");
0 commit comments