#/bin/sh #script to setup Android toolchain export ANDROIDTC="$HOME/android-tc" if [ ! -d $ANDROIDTC ]; then $NDKROOT/build/tools/make-standalone-toolchain.sh --platform=android-9 --install-dir=$ANDROIDTC fi