From afc6efafdabc3d71b5a220883845154ce6b7bc7a Mon Sep 17 00:00:00 2001 From: radius Date: Sun, 6 Nov 2016 18:08:01 -0500 Subject: [PATCH] add recipe for the old toolchain --- recipes/android/cores-android-jni | 1 - recipes/android/cores-android-jni-old | 1 + recipes/android/cores-android-jni-old.conf | 11 +++++++++++ 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 recipes/android/cores-android-jni-old create mode 100644 recipes/android/cores-android-jni-old.conf diff --git a/recipes/android/cores-android-jni b/recipes/android/cores-android-jni index 2301061e..79ad37b2 100644 --- a/recipes/android/cores-android-jni +++ b/recipes/android/cores-android-jni @@ -42,7 +42,6 @@ meteor libretro-meteor https://github.com/libretro/meteor-libretro.git PROJECT mame2003 libretro-mame2003 https://github.com/libretro/mame2003-libretro.git PROJECT YES GENERIC_JNI Makefile jni mame2000 libretro-mame2000 https://github.com/libretro/mame2000-libretro.git PROJECT YES GENERIC_JNI Makefile jni mupen64plus libretro-mupen64plus https://github.com/libretro/mupen64plus-libretro.git PROJECT YES GENERIC_JNI Makefile jni -nestopia libretro-nestopia https://github.com/libretro/nestopia.git PROJECT YES GENERIC_JNI Makefile libretro/jni nxengine libretro-nxengine https://github.com/libretro/nxengine-libretro.git PROJECT YES GENERIC_JNI Makefile jni o2em libretro-o2em https://github.com/libretro/libretro-o2em.git PROJECT YES GENERIC_JNI Makefile jni pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git PROJECT YES GENERIC_JNI Makefile.libretro jni diff --git a/recipes/android/cores-android-jni-old b/recipes/android/cores-android-jni-old new file mode 100644 index 00000000..47b36214 --- /dev/null +++ b/recipes/android/cores-android-jni-old @@ -0,0 +1 @@ +nestopia libretro-nestopia https://github.com/libretro/nestopia.git PROJECT YES GENERIC_JNI Makefile libretro/jni diff --git a/recipes/android/cores-android-jni-old.conf b/recipes/android/cores-android-jni-old.conf new file mode 100644 index 00000000..0ef62022 --- /dev/null +++ b/recipes/android/cores-android-jni-old.conf @@ -0,0 +1,11 @@ +ANDROID_HOME /home/buildbot/tools/android/android-sdk-linux-old +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 +PLATFORM android +platform android +MAKE make +NDK ndk-build +RA NO +LIBSUFFIX _android +CORE_JOB YES