Built SDL2_image and _mixer static
This commit is contained in:
17
libsdl2_mixer/external/libogg-1.3.2/Android.mk
vendored
Normal file
17
libsdl2_mixer/external/libogg-1.3.2/Android.mk
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := ogg
|
||||
|
||||
LOCAL_C_INCLUDES := $(LOCAL_PATH)/include $(LOCAL_PATH)/android
|
||||
|
||||
LOCAL_CFLAGS :=
|
||||
|
||||
LOCAL_SRC_FILES += \
|
||||
src/framing.c \
|
||||
src/bitwise.c
|
||||
|
||||
LOCAL_EXPORT_C_INCLUDES += $(LOCAL_C_INCLUDES)
|
||||
|
||||
include $(BUILD_STATIC_LIBRARY)
|
Reference in New Issue
Block a user