File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Xamarin.Android.Build.Tasks/Tasks
java-runtime/java/mono/android/clr Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ public class MaybeUseLocalCLR : AndroidTask
4040 "libSystem.Native" ,
4141 "libSystem.Security.Cryptography.Native.Android" ,
4242 "libcoreclr" ,
43+ "libclrjit" ,
4344 ] ;
4445
4546 static readonly string [ ] ClrLibraryExtensions = [
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ public static void LoadApplication (Context context)
8989 );
9090
9191 Log .w ("XACLR" , "MonoPackageManager.LoadApplication: call registerApplications" );
92- mono . android . app .ApplicationRegistration .registerApplications ();
92+ net . dot . android .ApplicationRegistration .registerApplications ();
9393
9494 Log .w ("XACLR" , "MonoPackageManager.LoadApplication: initialized" );
9595 initialized = true ;
You can’t perform that action at this time.
0 commit comments