SathishKumar Mani | f818ccf | 2012-09-24 11:48:11 -0700 | [diff] [blame] | 1 | LOCAL_PATH := $(call my-dir) |
2 | |||||
3 | include $(CLEAR_VARS) | ||||
4 | |||||
5 | LOCAL_SRC_FILES := \ | ||||
6 | AudioResamplerCoefficients.cpp | ||||
7 | |||||
8 | LOCAL_MODULE := libaudio-resampler | ||||
9 | |||||
10 | LOCAL_MODULE_TAGS := optional | ||||
11 | |||||
12 | LOCAL_SHARED_LIBRARIES := libutils liblog | ||||
13 | |||||
14 | include $(BUILD_SHARED_LIBRARY) |