From: meepingsnesroms Date: Mon, 4 Jul 2016 16:55:54 +0000 (-0700) Subject: Fix compiling with ndk r11 > X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4346a841ff9ea69713d65ce95963f6d3ef3b15dc;p=picodrive.git Fix compiling with ndk r11 > --- diff --git a/jni/Android.mk b/jni/Android.mk index a59144ac..60d6f7de 100644 --- 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 := ../