From b3413ffd3d2d335189f38110e7b4cc2ac50e961e Mon Sep 17 00:00:00 2001 From: radius Date: Tue, 24 Mar 2015 00:14:05 -0400 Subject: [PATCH] fix derp --- recipes/android/ndk-standalone-mame-armv7 | 2 ++ recipes/android/ndk-standalone-mame-armv7.conf | 8 ++++++-- recipes/android/ndk-standalone-mame.conf | 6 ------ 3 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 recipes/android/ndk-standalone-mame-armv7 delete mode 100644 recipes/android/ndk-standalone-mame.conf diff --git a/recipes/android/ndk-standalone-mame-armv7 b/recipes/android/ndk-standalone-mame-armv7 new file mode 100644 index 00000000..e70bc376 --- /dev/null +++ b/recipes/android/ndk-standalone-mame-armv7 @@ -0,0 +1,2 @@ +mame libretro-mame https://github.com/libretro/mame.git PROJECT YES GENERIC Makefile.libretro . TARGET=mame + diff --git a/recipes/android/ndk-standalone-mame-armv7.conf b/recipes/android/ndk-standalone-mame-armv7.conf index e70bc376..8b5464fb 100644 --- a/recipes/android/ndk-standalone-mame-armv7.conf +++ b/recipes/android/ndk-standalone-mame-armv7.conf @@ -1,2 +1,6 @@ -mame libretro-mame https://github.com/libretro/mame.git PROJECT YES GENERIC Makefile.libretro . TARGET=mame - +PATH /tmp/test/bin +PLATFORM android +platform android +SUFFIX _android +DISTDIR _armeabi-v7a +MAKE make diff --git a/recipes/android/ndk-standalone-mame.conf b/recipes/android/ndk-standalone-mame.conf deleted file mode 100644 index 8b5464fb..00000000 --- a/recipes/android/ndk-standalone-mame.conf +++ /dev/null @@ -1,6 +0,0 @@ -PATH /tmp/test/bin -PLATFORM android -platform android -SUFFIX _android -DISTDIR _armeabi-v7a -MAKE make