Android build fix
This commit is contained in:
parent
a16cbdc416
commit
13d5e9c875
|
@ -22,10 +22,10 @@ CORE_DIR := ..
|
||||||
SOURCES_C :=
|
SOURCES_C :=
|
||||||
SOURCES_ASM :=
|
SOURCES_ASM :=
|
||||||
|
|
||||||
include $(CORE_DIR)/Makefile.common
|
|
||||||
|
|
||||||
CPU_ARCH := arm
|
CPU_ARCH := arm
|
||||||
|
|
||||||
|
include $(CORE_DIR)/Makefile.common
|
||||||
|
|
||||||
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)
|
LOCAL_CFLAGS += -O2 -DARM_ARCH -DNDEBUG -DINLINE=inline -D__LIBRETRO__ -DFRONTEND_SUPPORTS_RGB565 $(INCFLAGS)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue