mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-01 01:47:41 +00:00
11 lines
331 B
Bash
11 lines
331 B
Bash
#!/bin/sh
|
|
|
|
export API=21
|
|
export WORKDIR=/opt/android
|
|
export ANDROID_NDK_ZIP=${WORKDIR}/android-ndk-r17c.zip
|
|
export ANDROID_NDK_ROOT=${WORKDIR}/android-ndk-r17c
|
|
export ANDROID_NDK_HOME=$ANDROID_NDK_ROOT
|
|
export TOOLCHAIN_DIR="${WORKDIR}/toolchain"
|
|
export TOOLCHAIN_BASE_DIR=$TOOLCHAIN_DIR
|
|
export ORIGINAL_PATH=$PATH
|
|
export THREADS=4
|