File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
src/Xamarin.Android.Build.Tasks/Tasks Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff 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 > > (
You can’t perform that action at this time.
0 commit comments