summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/tests
diff options
context:
space:
mode:
authorRicardo Garcia <rago@google.com>2015-04-13 12:17:21 -0700
committerRicardo Garcia <rago@google.com>2015-04-13 17:20:19 -0700
commitf097cae65bfce7200938c5bd89e7e9b61cba78b3 (patch)
treec69ed57deac44c243d914a3c8fa7b88bf3327ca6 /services/audioflinger/tests
parentdb93079daf06a94e50622d0383b9ed8e767e2f92 (diff)
downloadframeworks_av-f097cae65bfce7200938c5bd89e7e9b61cba78b3.zip
frameworks_av-f097cae65bfce7200938c5bd89e7e9b61cba78b3.tar.gz
frameworks_av-f097cae65bfce7200938c5bd89e7e9b61cba78b3.tar.bz2
TimestretchBufferProvider integration with Sonic Library
Using Sonic as backbone for time stretching algorithm. Adding libsonic to needed makefiles. bug: 19196501 Change-Id: I1ea9221d2f56e4e79fba8746ce0ad350b5079e82
Diffstat (limited to 'services/audioflinger/tests')
-rw-r--r--services/audioflinger/tests/Android.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/services/audioflinger/tests/Android.mk b/services/audioflinger/tests/Android.mk
index 76997be..536eb93 100644
--- a/services/audioflinger/tests/Android.mk
+++ b/services/audioflinger/tests/Android.mk
@@ -44,7 +44,8 @@ LOCAL_SRC_FILES:= \
LOCAL_C_INCLUDES := \
$(call include-path-for, audio-effects) \
$(call include-path-for, audio-utils) \
- frameworks/av/services/audioflinger
+ frameworks/av/services/audioflinger \
+ external/sonic
LOCAL_STATIC_LIBRARIES := \
libsndfile
@@ -58,7 +59,8 @@ LOCAL_SHARED_LIBRARIES := \
libdl \
libcutils \
libutils \
- liblog
+ liblog \
+ libsonic
LOCAL_MODULE:= test-mixer