stack_wallet/scripts/android/config.sh

7 lines
253 B
Bash
Raw Normal View History

2022-08-26 08:11:35 +00:00
#!/bin/sh
export WORKDIR="$(pwd)/"build
export ANDROID_NDK_ZIP=${WORKDIR}/android-ndk-r20b.zip
export TOOLCHAIN_DIR="${WORKDIR}/toolchain"
# Change this Value to a lower number if you run out of memory while compiling
export OVERRIDE_THREADS="$(nproc)"