blob: 68fd143c597f4772ac27f5c09b1314ff69b8579f [file] [log] [blame]
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
# sbc decoder
LOCAL_SRC_FILES+= \
./srce/alloc.c \
./srce/bitalloc.c \
./srce/bitalloc-sbc.c \
./srce/bitstream-decode.c \
./srce/decoder-oina.c \
./srce/decoder-private.c \
./srce/decoder-sbc.c \
./srce/dequant.c \
./srce/framing.c \
./srce/framing-sbc.c \
./srce/oi_codec_version.c \
./srce/synthesis-sbc.c \
./srce/synthesis-dct8.c \
./srce/synthesis-8-generated.c \
LOCAL_C_INCLUDES += $(LOCAL_PATH)/include
LOCAL_C_INCLUDES += $(LOCAL_PATH)/srce
LOCAL_MODULE:= libbt-qcom_sbc_decoder
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := STATIC_LIBRARIES
include $(BUILD_STATIC_LIBRARY)