commit | 857d5a20a956ef61b64ae07b018ecc2f1eb0a503 | [log] [tgz] |
---|---|---|
author | Andy Hung <hunga@google.com> | Thu Mar 26 18:46:00 2015 -0700 |
committer | Andy Hung <hunga@google.com> | Wed Apr 08 23:31:22 2015 -0700 |
tree | 6b0e743b3c7f027aff568ac842c629291d1d4207 | |
parent | f129b03fa583d4cc26fd9c9171b8fb3b0ed8d4f4 [diff] [blame] |
Factor out buffer provider code from AudioMixer In preparation for playback rate support and timestretching. Bug: 19196501 Change-Id: I435accb852d32110dd0b3a9917488522c567ba80
diff --git a/services/audioflinger/tests/Android.mk b/services/audioflinger/tests/Android.mk index 8604ef5..76997be 100644 --- a/services/audioflinger/tests/Android.mk +++ b/services/audioflinger/tests/Android.mk
@@ -39,6 +39,7 @@ LOCAL_SRC_FILES:= \ test-mixer.cpp \ ../AudioMixer.cpp.arm \ + ../BufferProviders.cpp LOCAL_C_INCLUDES := \ $(call include-path-for, audio-effects) \