Skip to content

libretro: add the Android x86 build - #423

Merged
audetto merged 1 commit into
audetto:masterfrom
WizzardSK:ci-android-x86
Sep 4, 2026
Merged

libretro: add the Android x86 build#423
audetto merged 1 commit into
audetto:masterfrom
WizzardSK:ci-android-x86

Conversation

@WizzardSK

@WizzardSK WizzardSK commented Sep 4, 2026

Copy link
Copy Markdown

After 77c3257 the CI file has armeabi-v7a, arm64-v8a and x86_64; x86 is the one ABI still missing. It builds exactly like the others, so this is the same job with .libretro-android-cmake-x86.

Checked all four ABIs against NDK r29 with the same arguments the buildbot uses (-DBUILD_LIBRETRO=ON -DENABLE_NETWORKING=OFF -G Ninja, ANDROID_PLATFORM=android-24, ANDROID_STL=c++_static):

ABI result
armeabi-v7a ELF 32-bit ARM
arm64-v8a ELF 64-bit ARM aarch64
x86 ELF 32-bit Intel 80386
x86_64 ELF 64-bit x86-64

Worth knowing separately: the buildbot has not built any of this yet. Its mirror runs the nightly pipelines on a July commit, so only android-arm64-v8a exists on the buildbot right now — armeabi-v7a and x86_64 from 77c3257 have never run there either. They should all appear once the mirror catches up with master.

The last ABI missing from the CI file after 77c3257. It builds like the
other three; x86 is what the Android emulator images and a few handhelds
run.
@audetto
audetto merged commit 3eb0420 into audetto:master Sep 4, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants