Skip to content

Commit 786c29f

Browse files
Update InstallAndRunTests.cs
1 parent ffef891 commit 786c29f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/MSBuildDeviceIntegration/Tests/InstallAndRunTests.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ public void DotNetRun (bool isRelease, string typemapImplementation)
4141
IsRelease = isRelease
4242
};
4343
proj.SetProperty ("_AndroidTypeMapImplementation", typemapImplementation);
44-
// NOTE: not working yet with AndroidEnableMarshalMethods=true
45-
if (typemapImplementation == "managed") {
46-
proj.SetProperty ("AndroidEnableMarshalMethods", false.ToString ());
47-
}
4844
using var builder = CreateApkBuilder ();
4945
builder.Save (proj);
5046

0 commit comments

Comments
 (0)