summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/Android.mk
diff options
context:
space:
mode:
authorAndy Hung <hunga@google.com>2015-03-26 18:46:00 -0700
committerAndy Hung <hunga@google.com>2015-04-08 23:31:22 -0700
commit857d5a20a956ef61b64ae07b018ecc2f1eb0a503 (patch)
tree6b0e743b3c7f027aff568ac842c629291d1d4207 /services/audioflinger/Android.mk
parentf129b03fa583d4cc26fd9c9171b8fb3b0ed8d4f4 (diff)
downloadframeworks_av-857d5a20a956ef61b64ae07b018ecc2f1eb0a503.zip
frameworks_av-857d5a20a956ef61b64ae07b018ecc2f1eb0a503.tar.gz
frameworks_av-857d5a20a956ef61b64ae07b018ecc2f1eb0a503.tar.bz2
Factor out buffer provider code from AudioMixer
In preparation for playback rate support and timestretching. Bug: 19196501 Change-Id: I435accb852d32110dd0b3a9917488522c567ba80
Diffstat (limited to 'services/audioflinger/Android.mk')
-rw-r--r--services/audioflinger/Android.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/services/audioflinger/Android.mk b/services/audioflinger/Android.mk
index fee2347..f8446ac 100644
--- a/services/audioflinger/Android.mk
+++ b/services/audioflinger/Android.mk
@@ -44,9 +44,9 @@ LOCAL_SRC_FILES:= \
SpdifStreamOut.cpp \
Effects.cpp \
AudioMixer.cpp.arm \
- PatchPanel.cpp
-
-LOCAL_SRC_FILES += StateQueue.cpp
+ BufferProviders.cpp \
+ PatchPanel.cpp \
+ StateQueue.cpp
LOCAL_C_INCLUDES := \
$(TOPDIR)frameworks/av/services/audiopolicy \