Skip to content

Commit 0ead24b

Browse files
committed
CheckWhetherLibcAndLibmAreReferencedInAOTLibraries works
1 parent f94bea9 commit 0ead24b

File tree

1 file changed

+2
-0
lines changed
  • src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests

1 file changed

+2
-0
lines changed

src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests/AotTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,8 @@ public void CheckWhetherLibcAndLibmAreReferencedInAOTLibraries ()
464464
EmbedAssembliesIntoApk = true,
465465
AotAssemblies = true,
466466
};
467+
// Mono-only test
468+
proj.SetRuntime (AndroidRuntime.MonoVM);
467469
proj.SetProperty ("EnableLLVM", "True");
468470

469471
var abis = new [] { "arm64-v8a", "x86_64" };

0 commit comments

Comments
 (0)