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 f94bea9 commit 0ead24bCopy full SHA for 0ead24b
src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests/AotTests.cs
@@ -464,6 +464,8 @@ public void CheckWhetherLibcAndLibmAreReferencedInAOTLibraries ()
464
EmbedAssembliesIntoApk = true,
465
AotAssemblies = true,
466
};
467
+ // Mono-only test
468
+ proj.SetRuntime (AndroidRuntime.MonoVM);
469
proj.SetProperty ("EnableLLVM", "True");
470
471
var abis = new [] { "arm64-v8a", "x86_64" };
0 commit comments