From c6b3597ccd449c0d5ace6d113d189e4800ca6436 Mon Sep 17 00:00:00 2001 From: radius Date: Sun, 15 Mar 2015 14:22:26 -0400 Subject: [PATCH] reorganize android recipes --- recipes/{recipes-android => android/ndk} | 0 recipes/{recipes-android-r9 => android/ndk-r9} | 1 + recipes/{recipes-android-r9.conf => android/ndk-r9.conf} | 0 recipes/{recipes-ndk-standalone-armv7 => android/ndk-standalone} | 0 .../ndk-standalone.conf} | 0 recipes/{recipes-android.conf => android/ndk.conf} | 0 recipes/{recipes-android.ra => android/ndk.ra} | 0 7 files changed, 1 insertion(+) rename recipes/{recipes-android => android/ndk} (100%) rename recipes/{recipes-android-r9 => android/ndk-r9} (78%) rename recipes/{recipes-android-r9.conf => android/ndk-r9.conf} (100%) rename recipes/{recipes-ndk-standalone-armv7 => android/ndk-standalone} (100%) rename recipes/{recipes-ndk-standalone-armv7.conf => android/ndk-standalone.conf} (100%) rename recipes/{recipes-android.conf => android/ndk.conf} (100%) rename recipes/{recipes-android.ra => android/ndk.ra} (100%) diff --git a/recipes/recipes-android b/recipes/android/ndk similarity index 100% rename from recipes/recipes-android rename to recipes/android/ndk diff --git a/recipes/recipes-android-r9 b/recipes/android/ndk-r9 similarity index 78% rename from recipes/recipes-android-r9 rename to recipes/android/ndk-r9 index 1fced70b..16539c92 100644 --- a/recipes/recipes-android-r9 +++ b/recipes/android/ndk-r9 @@ -2,3 +2,4 @@ desmume libretro-desmume https://github.com/libretro/desmume.git PROJECT YES GEN mupen64plus libretro-mupen64plus https://github.com/libretro/mupen64plus-libretro.git PROJECT YES GENERIC_JNI Makefile libretro/jni o2em libretro-o2em https://github.com/libretro/libretro-o2em.git PROJECT YES GENERIC_JNI Makefile jni prosystem libretro-prosystem https://github.com/libretro/prosystem-libretro.git PROJECT YES GENERIC_JNI Makefile jni +imageviewer libretro-imageviewer https://github.com/libretro/imageviewer-libretro.git PROJECT YES GENERIC_JNI Makefile.libretro jni diff --git a/recipes/recipes-android-r9.conf b/recipes/android/ndk-r9.conf similarity index 100% rename from recipes/recipes-android-r9.conf rename to recipes/android/ndk-r9.conf diff --git a/recipes/recipes-ndk-standalone-armv7 b/recipes/android/ndk-standalone similarity index 100% rename from recipes/recipes-ndk-standalone-armv7 rename to recipes/android/ndk-standalone diff --git a/recipes/recipes-ndk-standalone-armv7.conf b/recipes/android/ndk-standalone.conf similarity index 100% rename from recipes/recipes-ndk-standalone-armv7.conf rename to recipes/android/ndk-standalone.conf diff --git a/recipes/recipes-android.conf b/recipes/android/ndk.conf similarity index 100% rename from recipes/recipes-android.conf rename to recipes/android/ndk.conf diff --git a/recipes/recipes-android.ra b/recipes/android/ndk.ra similarity index 100% rename from recipes/recipes-android.ra rename to recipes/android/ndk.ra