make-release-build: env vars need to be first on the command line

This commit is contained in:
Hans-Christoph Steiner 2016-01-27 09:41:53 +01:00
parent 20c16aec68
commit 226d92ebcd
1 changed files with 2 additions and 2 deletions

View File

@ -71,9 +71,9 @@ faketime "$TIMESTAMP" $ANDROID_NDK_HOME/ndk-build
#clean, build, clean and build!
make -C external clean
faketime "$TIMESTAMP" APP_ABI=armeabi make -C external
APP_ABI=armeabi faketime "$TIMESTAMP" make -C external
make -C external clean
faketime "$TIMESTAMP" APP_ABI=x86 make -C external
APP_ABI=x86 faketime "$TIMESTAMP" make -C external
./setup-ant