mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2026-01-06 06:28:56 +01:00
Cleanups in Android.mk
This commit is contained in:
parent
68efde5b94
commit
26e7362de8
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user