Open fanyang-mono opened 3 years ago
Tagging subscribers to 'arch-android': @steveisok, @akoeplinger See info in area-owners.md if you want to be subscribed.
Author: | fanyang-mono |
---|---|
Assignees: | - |
Labels: | `area-Interop-mono`, `os-android` |
Milestone: | 6.0.0 |
@fanyang-mono I believe there needs to be an additional OS check added https://github.com/dotnet/runtime/blob/57bfe474518ab5b7cfe6bf7424a79ce3af9d6657/src/tests/Interop/NativeLibrary/NativeLibraryToLoad/NativeLibraryToLoad.cs#L14-L26
Tests didn't pass after adding an Android switch to NativeLibraryToLoad.cs
. There are more work to be done, in order to make the tests pass.
.so
files) in the Android app. For Xamarin.Android, build action AndroidNativeLibrary
needs to be used.
https://github.com/xamarin/xamarin-android/blob/681887ebdbd192ce7ce1cd02221d4939599ba762/tests/CodeGen-Binding/Xamarin.Android.JcwGen-Tests/Xamarin.Android.JcwGen-Tests.csproj#L82-L87@fanyang-mono Is this still an issue?
Moving to 8.0.0
Moving to 9.0.0
Failed tests list:
Full log