Pull out FastCaptureDumpState and FastMixerDumpState

Change-Id: I8e44dbfe02338622eb69193b234743b50f0dd79f
diff --git a/services/audioflinger/Android.mk b/services/audioflinger/Android.mk
index f029333..642ff82 100644
--- a/services/audioflinger/Android.mk
+++ b/services/audioflinger/Android.mk
@@ -77,8 +77,10 @@
 LOCAL_SRC_FILES += \
     AudioWatchdog.cpp        \
     FastCapture.cpp          \
+    FastCaptureDumpState.cpp \
     FastCaptureState.cpp     \
     FastMixer.cpp            \
+    FastMixerDumpState.cpp   \
     FastMixerState.cpp       \
     FastThread.cpp           \
     FastThreadDumpState.cpp  \