mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-11 03:55:45 +00:00
(Android) restrict abi targets
This fixes a build error I get with the latest android NDK (r10) complaining about an unsupported architecture (armeabi, maybe it was retired). Also, libretro-build-android-mk.sh only builds the cores for armeabi-v7a, mips and x86 anyway so there is no point in building the app for other architectures.
This commit is contained in:
parent
103a77832f
commit
628b644785
@ -3,4 +3,4 @@ ifeq ($(GLES),3)
|
||||
else
|
||||
APP_PLATFORM := android-9
|
||||
endif
|
||||
APP_ABI := all
|
||||
APP_ABI := armeabi-v7a mips x86
|
||||
|
Loading…
x
Reference in New Issue
Block a user