1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-06-25 10:26:02 +02: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
No known key found for this signature in database
GPG Key ID: 9389160FF6C295F3
6 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View File

@ -31,6 +31,7 @@ Components/
x64/
x86/
!src/lib/x86/
!src/App/Platforms/Android/lib/x86/
build/
bld/
[Bb]in/

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)" />

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.