summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/Android.mk
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2012-05-30 14:52:57 -0700
committerGlenn Kasten <gkasten@google.com>2012-06-11 11:39:54 -0700
commitc15d6657a17d7cef91f800f40d11760e2e7340af (patch)
treec4346cb0fcde7483e42900aecce64df96250889b /services/audioflinger/Android.mk
parentb7acdfb8068bf408ed859dfdd441b4a8722eb12a (diff)
downloadframeworks_av-c15d6657a17d7cef91f800f40d11760e2e7340af.zip
frameworks_av-c15d6657a17d7cef91f800f40d11760e2e7340af.tar.gz
frameworks_av-c15d6657a17d7cef91f800f40d11760e2e7340af.tar.bz2
Add audio watchdog thread
Change-Id: I4ed62087bd6554179abb8258d2da606050e762c0
Diffstat (limited to 'services/audioflinger/Android.mk')
-rw-r--r--services/audioflinger/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/services/audioflinger/Android.mk b/services/audioflinger/Android.mk
index ee843aa..f32d90f 100644
--- a/services/audioflinger/Android.mk
+++ b/services/audioflinger/Android.mk
@@ -95,4 +95,8 @@ LOCAL_CFLAGS += -DHAVE_REQUEST_PRIORITY -UFAST_TRACKS_AT_NON_NATIVE_SAMPLE_RATE
# 47.5 seconds at 44.1 kHz, 8 megabytes
# LOCAL_CFLAGS += -DTEE_SINK_FRAMES=0x200000
+# uncomment to enable the audio watchdog
+LOCAL_SRC_FILES += AudioWatchdog.cpp
+LOCAL_CFLAGS += -DAUDIO_WATCHDOG
+
include $(BUILD_SHARED_LIBRARY)