summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/Android.mk
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2015-02-17 16:22:04 -0800
committerGlenn Kasten <gkasten@google.com>2015-02-17 17:19:17 -0800
commit045ee7ea3e42b8657869d81c917feed5fb0c2b4a (patch)
treeaee4e457c5ae65d9135f5008fa239e295162fb2d /services/audioflinger/Android.mk
parentea78b1497eef36b6a3ba783be20615989e87ed08 (diff)
downloadframeworks_av-045ee7ea3e42b8657869d81c917feed5fb0c2b4a.zip
frameworks_av-045ee7ea3e42b8657869d81c917feed5fb0c2b4a.tar.gz
frameworks_av-045ee7ea3e42b8657869d81c917feed5fb0c2b4a.tar.bz2
Pull out FastThreadDumpState
Change-Id: Ic99890bbba4f856b65535f3df0f928de9e3e9748
Diffstat (limited to 'services/audioflinger/Android.mk')
-rw-r--r--services/audioflinger/Android.mk12
1 files changed, 9 insertions, 3 deletions
diff --git a/services/audioflinger/Android.mk b/services/audioflinger/Android.mk
index 44d2553..f029333 100644
--- a/services/audioflinger/Android.mk
+++ b/services/audioflinger/Android.mk
@@ -74,9 +74,15 @@ LOCAL_STATIC_LIBRARIES := \
LOCAL_MODULE:= libaudioflinger
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_SRC_FILES += \
+ AudioWatchdog.cpp \
+ FastCapture.cpp \
+ FastCaptureState.cpp \
+ FastMixer.cpp \
+ FastMixerState.cpp \
+ FastThread.cpp \
+ FastThreadDumpState.cpp \
+ FastThreadState.cpp
LOCAL_CFLAGS += -DSTATE_QUEUE_INSTANTIATIONS='"StateQueueInstantiations.cpp"'