Set all android envvars for make as well as configure.

Running make might trigger a reconfig, so the vars are always necessary.
This commit is contained in:
Bill Currie 2012-02-05 20:52:38 +09:00
parent abcd3091d0
commit f5eec3d930

View file

@ -1,7 +1,8 @@
#!/bin/sh -x
HOST_CC=gcc
export HOST_CC
ANDROID_NDK_ROOT=/home/bill/Downloads/android-ndk-r7
export ANDROID_NDK_ROOT=/home/bill/Downloads/android-ndk-r7
export ANDROID_SYSROOT=$ANDROID_NDK_ROOT/android-14-toolchain/sysroot
export PATH=$ANDROID_NDK_ROOT/android-14-toolchain/bin:$PATH
make PAK=pak QFCC=qfcc $*