summaryrefslogtreecommitdiff
path: root/jni/Android.mk
diff options
context:
space:
mode:
authoraliaspider2014-12-10 05:46:03 +0100
committeraliaspider2014-12-10 05:46:03 +0100
commit13d5e9c87586736b94097683e05bd1fd1e3b93ae (patch)
treeb4b47bb7ea9a2def93295eb38b676e3027eff9d8 /jni/Android.mk
parenta16cbdc4163e895323c1b92ff5ff7f4e925a99b5 (diff)
downloadpicogpsp-13d5e9c87586736b94097683e05bd1fd1e3b93ae.tar.gz
picogpsp-13d5e9c87586736b94097683e05bd1fd1e3b93ae.tar.bz2
picogpsp-13d5e9c87586736b94097683e05bd1fd1e3b93ae.zip
Android build fix
Diffstat (limited to 'jni/Android.mk')
-rw-r--r--jni/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/jni/Android.mk b/jni/Android.mk
index a860323..e25956b 100644
--- a/jni/Android.mk
+++ b/jni/Android.mk
@@ -22,10 +22,10 @@ CORE_DIR := ..
SOURCES_C :=
SOURCES_ASM :=
-include $(CORE_DIR)/Makefile.common
-
CPU_ARCH := arm
+include $(CORE_DIR)/Makefile.common
+
LOCAL_SRC_FILES := $(SOURCES_C) $(SOURCES_ASM)
LOCAL_CFLAGS += -O2 -DARM_ARCH -DNDEBUG -DINLINE=inline -D__LIBRETRO__ -DFRONTEND_SUPPORTS_RGB565 $(INCFLAGS)