mirror of
https://github.com/libretro/libretro-super.git
synced 2025-03-03 05:15:53 +00:00
update android recipes
This commit is contained in:
parent
1f7f0c25cd
commit
4d1706228f
@ -1,5 +1,5 @@
|
||||
glupen64 libretro-glupen64 https://github.com/loganmc10/GLupeN64.git PROJECT YES GENERIC Makefile .
|
||||
glupen64_gles3 libretro-glupen64-gles3 https://github.com/loganmc10/GLupeN64.git PROJECT YES GENERIC Makefile . platform=android-armv7-gles3
|
||||
mame2010 libretro-mame2010 https://github.com/libretro/mame2010-libretro.git PROJECT YES GENERIC Makefile . VRENDER=soft emulator
|
||||
scummvm libretro-scummvm https://github.com/libretro/scummvm.git PROJECT YES GENERIC Makefile backends/platform/libretro/build
|
||||
puae libretro-puae https://github.com/libretro/libretro-uae.git PROJECT YES GENERIC Makefile .
|
||||
glupen64 libretro-glupen64 https://github.com/loganmc10/GLupeN64.git PROJECT YES GENERIC Makefile .
|
||||
glupen64_gles3 libretro-glupen64-gles3 https://github.com/loganmc10/GLupeN64.git PROJECT YES GENERIC Makefile . platform=android-armv7-gles3
|
||||
|
@ -1,6 +1,6 @@
|
||||
PATH /home/buildbot/tools/android/android-ndk-r10e-arm/bin
|
||||
ANDROID_NDK_ARM /home/buildbot/tools/android/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64
|
||||
ANDROID_NDK_ROOT /home/buildbot/tools/android/android-ndk-r10e/
|
||||
PATH /home/buildbot/tools/android/android-ndk-r13b/bin
|
||||
ANDROID_NDK_ARM /home/buildbot/tools/android/android-ndk-r13b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64
|
||||
ANDROID_NDK_ROOT /home/buildbot/tools/android/android-ndk-r13b/
|
||||
PLATFORM android
|
||||
platform android
|
||||
LIBSUFFIX _android
|
||||
|
@ -1,4 +1,4 @@
|
||||
PATH /home/buildbot/tools/android/android-ndk-r13b-arm/bin
|
||||
PATH /home/buildbot/tools/android/standalone-r13b-api18-arm/bin/
|
||||
PLATFORM android-armv7
|
||||
platform android-armv7
|
||||
LIBSUFFIX _android
|
||||
|
@ -1,7 +1,7 @@
|
||||
ANDROID_HOME /home/buildbot/tools/android/android-sdk-linux-old
|
||||
ANDROID_HOME /home/buildbot/tools/android/android-sdk-linux
|
||||
NDK_ROOT /home/buildbot/tools/android/android-ndk-r10e/
|
||||
ANDROID_NDK /home/buildbot/tools/android/android-ndk-r10e/
|
||||
PATH /home/buildbot/tools/android/android-ndk-r10e:/home/buildbot/tools/android/android-sdk-linux-old/tools
|
||||
PATH /home/buildbot/tools/android/android-ndk-r10e:/home/buildbot/tools/android/android-sdk-linux/tools
|
||||
PLATFORM android
|
||||
platform android
|
||||
MAKE make
|
||||
|
@ -1,7 +1,7 @@
|
||||
ANDROID_HOME /home/buildbot/tools/android/android-sdk-linux
|
||||
NDK_ROOT /home/buildbot/tools/android/android-ndk-r13b/
|
||||
ANDROID_NDK /home/buildbot/tools/android/android-ndk-r13b/
|
||||
PATH /home/buildbot/tools/android/android-ndk-r13b:/home/buildbot/tools/android/android-sdk-linux/tools
|
||||
PATH /home/buildbot/tools/android/android-ndk-r13b/:/home/buildbot/tools/android/android-sdk-linux/tools
|
||||
PLATFORM android
|
||||
platform android
|
||||
MAKE make
|
||||
|
Loading…
x
Reference in New Issue
Block a user