Move jni files

This commit is contained in:
twinaphex
2015-11-09 13:38:44 +01:00
parent 70ee9e6636
commit d616d6f4e8
2 changed files with 2 additions and 2 deletions

View File

@@ -15,11 +15,11 @@ ifeq ($(TARGET_ARCH),mips)
LOCAL_CFLAGS += -DANDROID_MIPS -D__mips__ -D__MIPSEL__
endif
CORE_DIR := ../../..
CORE_DIR := ../src
LOCAL_MODULE := retro
include ../../../../Makefile.common
include ../Makefile.common
LOCAL_SRC_FILES = $(SOURCES_C)