add make calls for both armeabi and x86 with clean

This commit is contained in:
Nathan Freitas 2016-01-26 18:21:05 -05:00
parent 75eb36edb6
commit 1b76c3636e
1 changed files with 3 additions and 0 deletions

View File

@ -69,7 +69,10 @@ fi
faketime "$TIMESTAMP" $ANDROID_NDK_HOME/ndk-build
faketime "$TIMESTAMP" make -C external clean
faketime "$TIMESTAMP" make -C external
faketime "$TIMESTAMP" make -C external clean
faketime "$TIMESTAMP" APP_ABI=x86 make -C external
./setup-ant