Skip to content

Commit 5cca147

Browse files
[tests] use default ABIs in MonoAndroidExportReferencedAppStarts
This test was failing under .NET 6 because it was doing: <RuntimeIdentifiers>android-arm;android-x86</RuntimeIdentifiers> This situation wouldn't even deploy on an API 31 emulator, so we should just use the default value now in this test.
1 parent b8d514d commit 5cca147

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/MSBuildDeviceIntegration/Tests/MonoAndroidExportTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ protected override void OnCreate (Bundle bundle)
104104
}
105105
}
106106
}";
107-
proj.SetAndroidSupportedAbis ("armeabi-v7a", "x86");
108107
proj.SetProperty ("EmbedAssembliesIntoApk", embedAssemblies.ToString ());
109108
proj.SetDefaultTargetDevice ();
110109
using (var b = CreateApkBuilder (Path.Combine ("temp", TestName))) {

0 commit comments

Comments
 (0)