notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10ed51a
)
Fix compiling with ndk r11 >
author
meepingsnesroms
<guicrith@gmail.com>
Mon, 4 Jul 2016 16:52:47 +0000
(09:52 -0700)
committer
GitHub
<noreply@github.com>
Mon, 4 Jul 2016 16:52:47 +0000
(09:52 -0700)
jni/Android.mk
patch
|
blob
|
blame
|
history
diff --git
a/jni/Android.mk
b/jni/Android.mk
index
72c6738
..
36b0c93
100644
(file)
--- a/
jni/Android.mk
+++ b/
jni/Android.mk
@@
-4,6
+4,9
@@
include $(CLEAR_VARS)
APP_DIR := ../../src
+#fix stupid change in ndk r11 that breaks compiling even when the exe would run fine
+LOCAL_DISABLE_FATAL_LINKER_WARNINGS := true
+
ifneq ($(TARGET_ARCH_ABI),armeabi-v7a)
NO_NEON_BUILD := 1
else