Move jni files

This commit is contained in:
twinaphex 2015-11-09 03:32:22 +01:00
parent e645a6fb86
commit be67ef102c
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
CORE_DIR := ../..
LIBRETRO_DIR := ..
CORE_DIR := ..
LIBRETRO_DIR := ../libretro
LOCAL_MODULE := retro
@ -20,7 +20,7 @@ ifeq ($(TARGET_ARCH),mips)
LOCAL_CFLAGS += -DANDROID_MIPS -D__mips__ -D__MIPSEL__
endif
include ../../Makefile.common
include ../Makefile.common
LOCAL_SRC_FILES += $(SOURCES_C)
LOCAL_CFLAGS += -O2 -std=gnu99 -ffast-math -DINLINE=inline -DHAVE_STRINGS_H -DHAVE_STDINT_H -DHAVE_INTTYPES_H -D__LIBRETRO__ -DRIGHTSHIFT_IS_SAR -DFRONTEND_SUPPORTS_RGB565 -DNDEBUG=1 $(INCFLAGS)