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:
8046160
)
Fix compiling with ndk r11 >
author
meepingsnesroms
<guicrith@gmail.com>
Mon, 4 Jul 2016 16:55:54 +0000
(09:55 -0700)
committer
GitHub
<noreply@github.com>
Mon, 4 Jul 2016 16:55:54 +0000
(09:55 -0700)
jni/Android.mk
patch
|
blob
|
blame
|
history
diff --git
a/jni/Android.mk
b/jni/Android.mk
index
a59144a
..
60d6f7d
100644
(file)
--- a/
jni/Android.mk
+++ b/
jni/Android.mk
@@
-2,6
+2,9
@@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
+#fix stupid change in ndk r11 that breaks compiling even when the exe would run fine
+LOCAL_DISABLE_FATAL_LINKER_WARNINGS := true
+
LOCAL_MODULE := retro
R := ../