summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/audio-resampler/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'services/audioflinger/audio-resampler/Android.mk')
-rw-r--r--services/audioflinger/audio-resampler/Android.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/services/audioflinger/audio-resampler/Android.mk b/services/audioflinger/audio-resampler/Android.mk
new file mode 100644
index 0000000..ba37b19
--- /dev/null
+++ b/services/audioflinger/audio-resampler/Android.mk
@@ -0,0 +1,14 @@
+LOCAL_PATH := $(call my-dir)
+
+include $(CLEAR_VARS)
+
+LOCAL_SRC_FILES := \
+ AudioResamplerCoefficients.cpp
+
+LOCAL_MODULE := libaudio-resampler
+
+LOCAL_MODULE_TAGS := optional
+
+LOCAL_SHARED_LIBRARIES := libutils liblog
+
+include $(BUILD_SHARED_LIBRARY)