From e4398fdaaa8ee8ac5b9ef02218ee2d09ab61a328 Mon Sep 17 00:00:00 2001 From: Craig Carnell <1188869+cscd98@users.noreply.github.com> Date: Wed, 19 Aug 2026 10:43:35 +0100 Subject: [PATCH] libretro: disable android armv7a --- .gitlab-ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a4d7c3c4a3ac..45d3eb8eee90 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -112,15 +112,15 @@ android-arm64-v8a: NDK_ROOT: /android-sdk-linux/ndk/$ANDROID_NDK_VERSION # Android ARMv7a (for play only) -android-armeabi-v7a: - extends: - - .libretro-android-cmake-armeabi-v7a - - .core-defs - variables: - ANDROID_NDK_VERSION: 29.0.14206865 - API_LEVEL: 24 - CORE_ARGS: -DLIBRETRO=ON -DENABLE_LTO=ON -DENABLE_GENERIC=ON - NDK_ROOT: /android-sdk-linux/ndk/$ANDROID_NDK_VERSION +#android-armeabi-v7a: +# extends: +# - .libretro-android-cmake-armeabi-v7a +# - .core-defs +# variables: +# ANDROID_NDK_VERSION: 29.0.14206865 +# API_LEVEL: 24 +# CORE_ARGS: -DLIBRETRO=ON -DENABLE_LTO=ON -DENABLE_GENERIC=ON +# NDK_ROOT: /android-sdk-linux/ndk/$ANDROID_NDK_VERSION # Android x86_64 (for play only) android-x86_64: