Codebase list libsdl2-mixer / upstream/2.0.4+dfsg1 timidity / Android.mk
upstream/2.0.4+dfsg1

Tree @upstream/2.0.4+dfsg1 (Download .tar.gz)

Android.mk @upstream/2.0.4+dfsg1raw · history · blame

LOCAL_PATH := $(call my-dir)

include $(CLEAR_VARS)

LOCAL_MODULE := timidity

LOCAL_C_INCLUDES :=

LOCAL_CFLAGS :=

LOCAL_SRC_FILES += \
    common.c \
    instrum.c \
    mix.c \
    output.c \
    playmidi.c \
    readmidi.c \
    resample.c \
    tables.c \
    timidity.c

LOCAL_SHARED_LIBRARIES := SDL2

include $(BUILD_STATIC_LIBRARY)