blob: 8cdde4137961fff17cc3ff2302359b54e9ddd971 [file] [log] [blame]
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := libaudioutils
LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES:= \
resampler.c \
echo_reference.c
LOCAL_C_INCLUDES += $(call include-path-for, speex)
LOCAL_C_INCLUDES += \
$(call include-path-for, speex) \
system/media/audio_utils/include
LOCAL_SHARED_LIBRARIES := \
libcutils \
libspeexresampler
include $(BUILD_SHARED_LIBRARY)