lokinet/contrib/android.sh
Jeff b819ed21d2
clean up build helper scripts:
* cleanup of android build shims
* cleanup of windows build shims
2022-07-20 13:36:04 -04:00

9 lines
171 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)}