Skip to content

Commit

Permalink
feat: Update Ansible Semaphore Client.
Browse files Browse the repository at this point in the history
  • Loading branch information
GSMLG-BOT committed Sep 29, 2023
1 parent bc27d9f commit 956159f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule ".isar"]
path = .isar
url = https://github.com/isar/isar.git
14 changes: 14 additions & 0 deletions fdroid_build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
cd .isar
bash tool/build_android.sh x86
bash tool/build_android.sh x64
bash tool/build_android.sh armv7
bash tool/build_android.sh arm64
mv libisar_android_arm64.so libisar.so
mv libisar.so ../.pub-cache/hosted/pub.dev/isar_flutter_libs-*/android/src/main/jniLibs/arm64-v8a/
mv libisar_android_armv7.so libisar.so
mv libisar.so ../.pub-cache/hosted/pub.dev/isar_flutter_libs-*/android/src/main/jniLibs/armeabi-v7a/
mv libisar_android_x64.so libisar.so
mv libisar.so ../.pub-cache/hosted/pub.dev/isar_flutter_libs-*/android/src/main/jniLibs/x86_64/
mv libisar_android_x86.so libisar.so
mv libisar.so ../.pub-cache/hosted/pub.dev/isar_flutter_libs-*/android/src/main/jniLibs/x86/
cd ..

0 comments on commit 956159f

Please sign in to comment.