add some files for building on Linux

This commit is contained in:
Philipp Crocoll
2025-04-08 14:16:39 +02:00
parent 92b8ff5c8d
commit 8e9c2824cf
3 changed files with 60 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/bash
set -e
pushd ../java/argon2
ndk-build
popd