From 2ee383b922be3c4afe1634e0fb53f45fc3199091 Mon Sep 17 00:00:00 2001 From: Aaron Kling Date: Thu, 27 Jun 2019 18:43:59 -0500 Subject: [PATCH 1/2] Revert "Add kronos to the android recipe" This reverts commit 1ce31f875abf53c5615f4cd96733547b33804673. I didn't realize this had no valid renderer for android atm --- recipes/android/cores-android | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes/android/cores-android b/recipes/android/cores-android index 0ae34507..080976f3 100644 --- a/recipes/android/cores-android +++ b/recipes/android/cores-android @@ -36,7 +36,6 @@ gme libretro-gme https://github.com/libretro/libretro-gme.git master YES GENERIC gw libretro-gw https://github.com/libretro/gw-libretro.git master YES GENERIC_JNI Makefile build/jni handy libretro-handy https://github.com/libretro/libretro-handy.git master YES GENERIC_JNI Makefile jni hatari libretro-hatari https://github.com/libretro/hatari.git master YES GENERIC_JNI Makefile.libretro libretro/jni -kronos libretro-kronos https://github.com/libretro/yabause.git kronos YES GENERIC_JNI Makefile yabause/src/libretro/jni lutro libretro-lutro https://github.com/libretro/libretro-lutro.git master YES GENERIC_JNI Makefile jni mame2000 libretro-mame2000 https://github.com/libretro/mame2000-libretro.git master YES GENERIC_JNI Makefile jni mame2003 libretro-mame2003 https://github.com/libretro/mame2003-libretro.git master YES GENERIC_JNI Makefile jni From 9b5ed54d9d473d2eb6fe009425bee32d64b7aa84 Mon Sep 17 00:00:00 2001 From: Aaron Kling Date: Thu, 27 Jun 2019 19:52:46 -0500 Subject: [PATCH 2/2] Add api level to android recipe conf This is needed for the android cmake builds --- recipes/android/cores-android.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/android/cores-android.conf b/recipes/android/cores-android.conf index ecc2fd7d..dc80f0f7 100644 --- a/recipes/android/cores-android.conf +++ b/recipes/android/cores-android.conf @@ -9,4 +9,5 @@ NDK ndk-build RA NO LIBSUFFIX _android CORE_JOB YES +API_LEVEL 16 CMAKE cmake