summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/Android.mk
diff options
context:
space:
mode:
authorAlex Ray <aray@google.com>2012-11-30 11:11:54 -0800
committerAlex Ray <aray@google.com>2012-11-30 11:11:54 -0800
commitaf348741539ae4a84aa929a54ecf359dae96f3ee (patch)
treeb799625eeebbcc4a1ee12b9767eb11262ff88170 /services/audioflinger/Android.mk
parente8cb004257565111cb261f3e9c786adba881859a (diff)
downloadframeworks_av-af348741539ae4a84aa929a54ecf359dae96f3ee.zip
frameworks_av-af348741539ae4a84aa929a54ecf359dae96f3ee.tar.gz
frameworks_av-af348741539ae4a84aa929a54ecf359dae96f3ee.tar.bz2
Remove conditional compilation of ATRACE functions
Tracing functions are meant to be dynamically controlled via sysprops. Conditional compilation removes this functionality. Change-Id: I26bc473d104d0b3c50a228dddfda3fa2428d157a
Diffstat (limited to 'services/audioflinger/Android.mk')
-rw-r--r--services/audioflinger/Android.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/services/audioflinger/Android.mk b/services/audioflinger/Android.mk
index c4050b8..dc65833 100644
--- a/services/audioflinger/Android.mk
+++ b/services/audioflinger/Android.mk
@@ -66,9 +66,6 @@ LOCAL_CFLAGS += -DSTATE_QUEUE_INSTANTIATIONS='"StateQueueInstantiations.cpp"'
LOCAL_CFLAGS += -UFAST_TRACKS_AT_NON_NATIVE_SAMPLE_RATE
-# uncomment for systrace
-# LOCAL_CFLAGS += -DATRACE_TAG=ATRACE_TAG_AUDIO
-
# uncomment for dumpsys to write most recent audio output to .wav file
# 47.5 seconds at 44.1 kHz, 8 megabytes
# LOCAL_CFLAGS += -DTEE_SINK_FRAMES=0x200000