Commit 1ab4f23
authored
Bump to xamarin/monodroid@9b3a37af (#6405)
Context: #6353
Changes: xamarin/monodroid@07a99d7...9b3a37a
* xamarin/monodroid@9b3a37af1: [tools/msbuild] <GetPrimaryCpuAbi/> should not select 32-bit ABIs (#1228)
Update `MonoAndroidExportTest.MonoAndroidExportReferencedAppStarts()`
under .NET 6 to add `x86_64`, e.g.
`$(AndroidSupportedAbis)`=`armeabi-v7a;x86;x86_64`. This is needed
because the API-31 emulator only supports x86_64, not x86.1 parent b4d322c commit 1ab4f23
File tree
2 files changed
+2
-2
lines changed- tests/MSBuildDeviceIntegration/Tests
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
0 commit comments