How jniLibs are build? #145
-
Hi all I was just going through the code base But i couldn't find git action workflow or any information regarding how the jniLibs located at [main/app/src/main/jniLibs](https://github.com/lhns/restic-android/tree/main/app/src/main/jniLibs is build or commited to repository.
Is there anything i am missing? Hope you could help me figure out |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
Hi @lhns, Thank you for your response. That clears up my confusion. I just wanted to add that I had actually checked out the binaries that you mentioned before opening this discussion, but I noticed that there was a size difference between the binaries on the GitHub UI which added to my confusion. However, as you pointed out, they were just renamed, and after downloading and verifying the files, I can confirm that they are the same. Thanks again for your help in clarifying this! |
Beta Was this translation helpful? Give feedback.
Hi,
currently the binaries are manually copied into this repo from https://github.com/restic/restic/releases and https://packages.termux.dev/apt/termux-main/pool/main/p/proot/ (https://github.com/termux/proot). They are just renamed to be picked up by the android gradle plugin.