Skip to content

Commit 596222a

Browse files
committed
Bump Java.Interop and enable new JNI marshal methods in XF test
Bump Java.Interop to get all the fixes for jnimarshalmethod-gen.exe and value manager marshaling. That fixes all the remaining issues in the XF test with JNI marshal methods enabled. Finally enable the marshaling in the XF test.
1 parent e33c0af commit 596222a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

external/Java.Interop

tests/Xamarin.Forms-Performance-Integration/Droid/Xamarin.Forms.Performance.Integration.Droid.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
<AndroidManagedSymbols>true</AndroidManagedSymbols>
4141
<AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
4242
<AndroidSupportedAbis>armeabi-v7a;x86</AndroidSupportedAbis>
43+
<AndroidGenerateJniMarshalMethods>True</AndroidGenerateJniMarshalMethods>
4344
</PropertyGroup>
4445
<ItemGroup>
4546
<Reference Include="System" />

0 commit comments

Comments
 (0)