mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-10-31 09:20:21 +00:00
9 lines
173 B
Bash
Executable File
9 lines
173 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
set +x
|
|
|
|
root="$(readlink -f $(dirname $0)/../)"
|
|
cd "$root"
|
|
./contrib/android-configure.sh . build-android "$@"
|
|
make -C build-android -j ${JOBS:-$(nproc)}
|