7 lines
56 B
Bash
Executable File
7 lines
56 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
pushd ../java/argon2
|
|
ndk-build
|
|
popd
|