Skip to content

Commit 1af289b

Browse files
authored
Merge pull request #476 from cscd98/disable-and-armv7a
libretro: disable android armv7a
2 parents cd1d629 + e4398fd commit 1af289b

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.gitlab-ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,15 @@ android-arm64-v8a:
112112
NDK_ROOT: /android-sdk-linux/ndk/$ANDROID_NDK_VERSION
113113

114114
# Android ARMv7a (for play only)
115-
android-armeabi-v7a:
116-
extends:
117-
- .libretro-android-cmake-armeabi-v7a
118-
- .core-defs
119-
variables:
120-
ANDROID_NDK_VERSION: 29.0.14206865
121-
API_LEVEL: 24
122-
CORE_ARGS: -DLIBRETRO=ON -DENABLE_LTO=ON -DENABLE_GENERIC=ON
123-
NDK_ROOT: /android-sdk-linux/ndk/$ANDROID_NDK_VERSION
115+
#android-armeabi-v7a:
116+
# extends:
117+
# - .libretro-android-cmake-armeabi-v7a
118+
# - .core-defs
119+
# variables:
120+
# ANDROID_NDK_VERSION: 29.0.14206865
121+
# API_LEVEL: 24
122+
# CORE_ARGS: -DLIBRETRO=ON -DENABLE_LTO=ON -DENABLE_GENERIC=ON
123+
# NDK_ROOT: /android-sdk-linux/ndk/$ANDROID_NDK_VERSION
124124

125125
# Android x86_64 (for play only)
126126
android-x86_64:

0 commit comments

Comments
 (0)