mirror of
https://github.com/libretro/libretro-super
synced 2025-02-21 12:40:39 +00:00
android: bump to api level 26
This commit is contained in:
parent
8deb72ef29
commit
708b9e356a
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user