We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As part of the cleanup work in #45741, we should rename the crypto library on Android since it does not have anything to do w/ OpenSSL.
Name of library: System.Security.Cryptography.Native.Android
You'll know it's right by checking the file in $(RepoRoot)/artifacts/bin/mono/./ is named libSystem.Security.Cryptography.Native.Android.a
Note on osx / linux, we prepend lib to the file name.
The rename starts at
runtime/src/libraries/Native/Unix/System.Security.Cryptography.Native.Android/CMakeLists.txt
Lines 45 to 47 in f64246c
Another important place is here
runtime/src/tasks/AndroidAppBuilder/Templates/MonoRunner.java
Line 34 in c9c954b
The text was updated successfully, but these errors were encountered:
Tagging subscribers to this area: @directhex See info in area-owners.md if you want to be subscribed.
area-Infrastructure-mono, os-android
area-Infrastructure-mono
os-android
Sorry, something went wrong.
tqiu8
Successfully merging a pull request may close this issue.
As part of the cleanup work in #45741, we should rename the crypto library on Android since it does not have anything to do w/ OpenSSL.
Name of library: System.Security.Cryptography.Native.Android
You'll know it's right by checking the file in $(RepoRoot)/artifacts/bin/mono/./ is named libSystem.Security.Cryptography.Native.Android.a
Note on osx / linux, we prepend lib to the file name.
The rename starts at
runtime/src/libraries/Native/Unix/System.Security.Cryptography.Native.Android/CMakeLists.txt
Lines 45 to 47 in f64246c
Another important place is here
runtime/src/tasks/AndroidAppBuilder/Templates/MonoRunner.java
Line 34 in c9c954b
The text was updated successfully, but these errors were encountered: