(Android) Fix build

This commit is contained in:
twinaphex 2014-10-21 08:57:08 +02:00
parent 94c3f6a925
commit 6c3c09ba59
2 changed files with 3 additions and 3 deletions

View File

@ -3,9 +3,9 @@ include $(CLEAR_VARS)
LOCAL_MODULE := retroarch-jni
RARCH_DIR := ../../..
LOCAL_CFLAGS += -std=gnu99 -Wall -DHAVE_LOGGER -DRARCH_DUMMY_LOG -DHAVE_ZLIB -DHAVE_MMAP
LOCAL_CFLAGS += -std=gnu99 -Wall -DHAVE_LOGGER -DRARCH_DUMMY_LOG -DHAVE_ZLIB -DHAVE_MMAP -DRARCH_INTERNAL
LOCAL_LDLIBS := -llog -lz
LOCAL_SRC_FILES := apk-extract/apk-extract.c $(RARCH_DIR)/file_extract.c $(RARCH_DIR)/file_path.c $(RARCH_DIR)/string_list.c $(RARCH_DIR)/compat/compat.c
LOCAL_SRC_FILES := apk-extract/apk-extract.c $(RARCH_DIR)/file_extract.c $(RARCH_DIR)/file_path.c $(RARCH_DIR)/string_list.c $(RARCH_DIR)/libretro-sdk/compat/compat.c
LOCAL_C_INCLUDES := $(RARCH_DIR)/libretro-sdk/include/

View File

@ -4,7 +4,7 @@
#include <stdio.h>
#include <string.h>
#include "../../../../miscellaneous.h"
#include <retro_miscellaneous.h>
#include "../native/com_retroarch_browser_NativeInterface.h"
//#define VERBOSE_LOG