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
|
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
|
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 .
|
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
|
PATH /home/buildbot/tools/android/android-ndk-r13b/bin
|
||||||
ANDROID_NDK_ARM /home/buildbot/tools/android/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64
|
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-r10e/
|
ANDROID_NDK_ROOT /home/buildbot/tools/android/android-ndk-r13b/
|
||||||
PLATFORM android
|
PLATFORM android
|
||||||
platform android
|
platform android
|
||||||
LIBSUFFIX _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
|
||||||
platform android-armv7
|
platform android-armv7
|
||||||
LIBSUFFIX _android
|
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/
|
NDK_ROOT /home/buildbot/tools/android/android-ndk-r10e/
|
||||||
ANDROID_NDK /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
|
||||||
platform android
|
platform android
|
||||||
MAKE make
|
MAKE make
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
ANDROID_HOME /home/buildbot/tools/android/android-sdk-linux
|
ANDROID_HOME /home/buildbot/tools/android/android-sdk-linux
|
||||||
NDK_ROOT /home/buildbot/tools/android/android-ndk-r13b/
|
NDK_ROOT /home/buildbot/tools/android/android-ndk-r13b/
|
||||||
ANDROID_NDK /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
|
||||||
platform android
|
platform android
|
||||||
MAKE make
|
MAKE make
|
||||||
|
|
Loading…
Reference in New Issue