summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/Android.mk
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2014-06-01 19:39:54 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-06-01 19:39:54 +0000
commite28456465fca86ed1b8b2225de073cfba64c7c42 (patch)
tree120bfbd459e4baecb28b73d7b7e2edb5a70b5750 /services/audioflinger/Android.mk
parent481c8837c7f67852e06137d636915ea6e96247e3 (diff)
parentf91df1b368a140abd37c80b204bd48d78778cc43 (diff)
downloadframeworks_av-e28456465fca86ed1b8b2225de073cfba64c7c42.zip
frameworks_av-e28456465fca86ed1b8b2225de073cfba64c7c42.tar.gz
frameworks_av-e28456465fca86ed1b8b2225de073cfba64c7c42.tar.bz2
Merge "Start adding FastCapture based on FastThread WIP"
Diffstat (limited to 'services/audioflinger/Android.mk')
-rw-r--r--services/audioflinger/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/audioflinger/Android.mk b/services/audioflinger/Android.mk
index f7b6f64..0bdf5a3 100644
--- a/services/audioflinger/Android.mk
+++ b/services/audioflinger/Android.mk
@@ -64,6 +64,7 @@ LOCAL_32_BIT_ONLY := true
LOCAL_SRC_FILES += FastMixer.cpp FastMixerState.cpp AudioWatchdog.cpp
LOCAL_SRC_FILES += FastThread.cpp FastThreadState.cpp
+LOCAL_SRC_FILES += FastCapture.cpp FastCaptureState.cpp
LOCAL_CFLAGS += -DSTATE_QUEUE_INSTANTIATIONS='"StateQueueInstantiations.cpp"'