Do not build arm64-v8a support for main android retroarch apk

This commit is contained in:
Aaron Kling 2018-03-31 22:21:47 -05:00
parent f183e3cb70
commit e67f890eb4
1 changed files with 1 additions and 1 deletions

View File

@ -949,7 +949,7 @@ EOF
android update project --path . --target android-24 | tee -a "$LOGFILE" android update project --path . --target android-24 | tee -a "$LOGFILE"
android update project --path libs/googleplay --target android-24 | tee -a "$LOGFILE" android update project --path libs/googleplay --target android-24 | tee -a "$LOGFILE"
android update project --path libs/appcompat --target android-24 | tee -a "$LOGFILE" android update project --path libs/appcompat --target android-24 | tee -a "$LOGFILE"
ant release | tee -a "$LOGFILE" TARGET_ABIS=${TARGET_ABIS/arm64-v8a /} ant release | tee -a "$LOGFILE"
if [ -z "$BRANCH" ]; then if [ -z "$BRANCH" ]; then
cp -rv bin/retroarch-release.apk $RARCH_DIR/retroarch-release.apk | tee -a "$LOGFILE" cp -rv bin/retroarch-release.apk $RARCH_DIR/retroarch-release.apk | tee -a "$LOGFILE"
cp -rv bin/retroarch-release.apk $RARCH_DIR/retroarch-release.apk cp -rv bin/retroarch-release.apk $RARCH_DIR/retroarch-release.apk