android: bump to api level 26

This commit is contained in:
Brad Parker 2019-03-13 18:27:20 -04:00
parent 8deb72ef29
commit 708b9e356a

View File

@ -993,9 +993,9 @@ EOF
git reset --hard
fi
ant clean | 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/appcompat --target android-24 | tee -a "$LOGFILE"
android update project --path . --target android-26 | tee -a "$LOGFILE"
android update project --path libs/googleplay --target android-26 | tee -a "$LOGFILE"
android update project --path libs/appcompat --target android-26 | tee -a "$LOGFILE"
TARGET_ABIS=${TARGET_ABIS/arm64-v8a /} ant release | tee -a "$LOGFILE"
if [ -z "$BRANCH" ]; then
cp -rv bin/retroarch-release.apk $RARCH_DIR/retroarch-release.apk | tee -a "$LOGFILE"