mirror of
https://github.com/libretro/libretro-super
synced 2024-11-28 20:14:22 +00:00
(Android) add API level variables for RetroArch build
This commit is contained in:
parent
7af6faa7c0
commit
6ee5866baf
@ -120,3 +120,9 @@ export NDK_GL_HEADER_VER=android-18
|
||||
|
||||
# android version target if GLES is not in use
|
||||
export NDK_NO_GL_HEADER_VER=android-9
|
||||
|
||||
# Retroarch target android API level
|
||||
export RA_ANDROID_API=android-18
|
||||
|
||||
# Retroarch minimum API level (defines low end android version compatability)
|
||||
export RA_ANDROID_MIN_API=android-9
|
||||
|
Loading…
Reference in New Issue
Block a user