notaz.gp2x.de
/
picodrive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1f2e1b
)
(Android) Buildfix
author
twinaphex
<libretro@gmail.com>
Thu, 18 Dec 2014 23:38:28 +0000
(
00:38
+0100)
committer
twinaphex
<libretro@gmail.com>
Thu, 18 Dec 2014 23:38:28 +0000
(
00:38
+0100)
jni/Android.mk
patch
|
blob
|
blame
|
history
diff --git
a/jni/Android.mk
b/jni/Android.mk
index
3a5a1fe
..
a59144a
100644
(file)
--- a/
jni/Android.mk
+++ b/
jni/Android.mk
@@
-2,11
+2,7
@@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
-ifeq ($(NEON_BUILD)$(TARGET_ARCH_ABI),1armeabi-v7a)
- LOCAL_MODULE := retro_picodrive-neon
-else
- LOCAL_MODULE := retro_picodrive
-endif
+LOCAL_MODULE := retro
R := ../
FR := $(LOCAL_PATH)/$(R)