Skip to content

Commit fb5124f

Browse files
committed
Prepare for merge
1 parent 639c6fd commit fb5124f

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

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

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -331,19 +331,6 @@ void AddEnvironment ()
331331
}
332332
}
333333

334-
// In "classic" Xamarin.Android, we need to add libaot-*.dll.so files
335-
if (!UsingAndroidNETSdk && usesMonoAOT) {
336-
foreach (var assembly in ResolvedAssemblies) {
337-
string name = $"libaot-{Path.GetFileNameWithoutExtension (assembly.ItemSpec)}.dll.so";
338-
if (seenNativeLibraryNames.Contains (name)) {
339-
continue;
340-
}
341-
342-
seenNativeLibraryNames.Add (name);
343-
uniqueNativeLibraries.Add (new TaskItem (name));
344-
}
345-
}
346-
347334
Dictionary<AndroidTargetArch, NativeCodeGenState>? nativeCodeGenStates = null;
348335
if (enableMarshalMethods) {
349336
nativeCodeGenStates = BuildEngine4.GetRegisteredTaskObjectAssemblyLocal<Dictionary<AndroidTargetArch, NativeCodeGenState>> (

0 commit comments

Comments
 (0)