boinc/android/build_androidtc.sh

9 lines
214 B
Bash
Raw Normal View History

#/bin/sh
#script to setup Android toolchain
2013-01-16 18:39:58 +00:00
export ANDROIDTC="$HOME/android-tc"
2013-01-16 18:39:58 +00:00
if [ ! -d $ANDROIDTC ]; then
$NDKROOT/build/tools/make-standalone-toolchain.sh --platform=android-4 --install-dir=$ANDROIDTC
fi