Merge pull request #98066 from TCROC/fix-android-mono-export
Fix Android mono export with 2 or more cpu architectures fails
This commit is contained in:
commit
c90fd7f3da
3 changed files with 18 additions and 12 deletions
|
|
@ -70,7 +70,10 @@ dependencies {
|
|||
}
|
||||
|
||||
// .NET dependencies
|
||||
monoImplementation fileTree(dir: 'monoLibs', include: ['*.jar'])
|
||||
String jar = '../../../../modules/mono/thirdparty/libSystem.Security.Cryptography.Native.Android.jar'
|
||||
if (file(jar).exists()) {
|
||||
monoImplementation files(jar)
|
||||
}
|
||||
}
|
||||
|
||||
android {
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue