mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2026-04-08 20:22:46 +02:00
Cleanups in Android.mk
This commit is contained in:
@@ -19,11 +19,14 @@ endif
|
||||
|
||||
CORE_DIR := ..
|
||||
|
||||
SOURCES_C :=
|
||||
SOURCES_ASM :=
|
||||
|
||||
include $(CORE_DIR)/Makefile.common
|
||||
|
||||
CPU_ARCH := arm
|
||||
|
||||
LOCAL_SRC_FILES += $(SOURCES_C) $(SOURCES_ASM)
|
||||
LOCAL_SRC_FILES := $(SOURCES_C) $(SOURCES_ASM)
|
||||
LOCAL_CFLAGS += -O2 -DARM_ARCH -DNDEBUG -DINLINE=inline -D__LIBRETRO__ -DFRONTEND_SUPPORTS_RGB565 $(INCFLAGS)
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
||||
Reference in New Issue
Block a user