android: Fix build environment check.

This commit is contained in:
Rom Walton 2013-12-03 15:34:02 -05:00
parent 235d5036ed
commit 14c8cea7cf
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@
export ANDROIDTC="$HOME/androidx86-tc"
if [ ! -d $ANDROIDTC/i686-android-linux ]; then
if [ ! -d $ANDROIDTC/i686-linux-android ]; then
$NDKROOT/build/tools/make-standalone-toolchain.sh --platform=android-9 --arch=x86 --install-dir=$ANDROIDTC
fi