1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-07 11:03:54 +00:00
Added Argon libraries for Android
minor change to gitignore so that the Argon x86 lib is not ignored on the Android platform
This commit is contained in:
Dinis Vieira
2023-10-18 15:41:20 +01:00
parent 4bcc7c0d71
commit 174acbc558
6 changed files with 7 additions and 0 deletions

View File

@@ -64,6 +64,12 @@
<CreatePackage>false</CreatePackage>
<MtouchExtraArgs>-gcc_flags "-L$(ProjectDir)../../lib/ios -largon2 -force_load $(ProjectDir)../../lib/ios/libargon2.a"</MtouchExtraArgs>
</PropertyGroup>
<ItemGroup>
<AndroidNativeLibrary Include="Platforms\Android\lib\arm64-v8a\libargon2.so" />
<AndroidNativeLibrary Include="Platforms\Android\lib\armeabi-v7a\libargon2.so" />
<AndroidNativeLibrary Include="Platforms\Android\lib\x86\libargon2.so" />
<AndroidNativeLibrary Include="Platforms\Android\lib\x86_64\libargon2.so" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="$(MauiVersion)" />