Cleanups in Android.mk
This commit is contained in:
parent
68efde5b94
commit
26e7362de8
|
@ -19,11 +19,14 @@ endif
|
||||||
|
|
||||||
CORE_DIR := ..
|
CORE_DIR := ..
|
||||||
|
|
||||||
|
SOURCES_C :=
|
||||||
|
SOURCES_ASM :=
|
||||||
|
|
||||||
include $(CORE_DIR)/Makefile.common
|
include $(CORE_DIR)/Makefile.common
|
||||||
|
|
||||||
CPU_ARCH := arm
|
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)
|
LOCAL_CFLAGS += -O2 -DARM_ARCH -DNDEBUG -DINLINE=inline -D__LIBRETRO__ -DFRONTEND_SUPPORTS_RGB565 $(INCFLAGS)
|
||||||
|
|
||||||
include $(BUILD_SHARED_LIBRARY)
|
include $(BUILD_SHARED_LIBRARY)
|
||||||
|
|
Loading…
Reference in New Issue