From 36f2b63db7f6287dce207cf0caf24f381fc85e72 Mon Sep 17 00:00:00 2001 From: retro-wertz Date: Sat, 18 Mar 2017 08:48:07 +0800 Subject: [PATCH] try to fix android build issue Issue #73 Build log : https://buildbot.libretro.com/log/2017-03-17_fceumm_android_armeabi-v7a.log I am unfamiliar with android environment, hope this is the way to do it since i dont have android environment to test with. @meepingsnesroms --- jni/Android.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/jni/Android.mk b/jni/Android.mk index 5abf8c1..6ef0135 100644 --- a/jni/Android.mk +++ b/jni/Android.mk @@ -28,5 +28,6 @@ LOCAL_SRC_FILES = $(SOURCES_C) LOCAL_CFLAGS += -DWANT_GRIFFIN -DINLINE=inline -DSOUND_QUALITY=0 -DPSS_STYLE=1 -D__LIBRETRO__ -DFCEU_VERSION_NUMERIC=9813 -DFRONTEND_SUPPORTS_RGB565 LOCAL_C_INCLUDES = $(LOCAL_PATH)/$(CORE_DIR) +LOCAL_C_INCLUDES += $(LOCAL_PATH)/$(CORE_DIR)/drivers/libretro include $(BUILD_SHARED_LIBRARY)