summaryrefslogtreecommitdiffstats
path: root/services/audioflinger
diff options
context:
space:
mode:
authorty.lee <ty.lee@lge.com>2012-10-01 13:54:14 +0900
committerIliyan Malchev <malchev@google.com>2012-10-07 12:05:27 -0700
commit2b5232dd49d006a08c35ba865a6801acdb15483c (patch)
tree24ad1d26999191a5502627a2b9737c013a39a85d /services/audioflinger
parent3d33019b95439ba8cc062633168ec8fe51ef6ad4 (diff)
downloadframeworks_av-2b5232dd49d006a08c35ba865a6801acdb15483c.zip
frameworks_av-2b5232dd49d006a08c35ba865a6801acdb15483c.tar.gz
frameworks_av-2b5232dd49d006a08c35ba865a6801acdb15483c.tar.bz2
audioflinger/resampler: add build source for libaudio-resampler
Bug: 7229644 Change-Id: I93bde36be1c3ec84174a4c98423e28f8b3d8782f Signed-off-by: ty.lee <ty.lee@lge.com> Signed-off-by: Iliyan Malchev <malchev@google.com>
Diffstat (limited to 'services/audioflinger')
-rw-r--r--services/audioflinger/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/services/audioflinger/Android.mk b/services/audioflinger/Android.mk
index 85c2dac..bd9421c 100644
--- a/services/audioflinger/Android.mk
+++ b/services/audioflinger/Android.mk
@@ -79,3 +79,5 @@ LOCAL_CFLAGS += -UFAST_TRACKS_AT_NON_NATIVE_SAMPLE_RATE
# LOCAL_CFLAGS += -DAUDIO_WATCHDOG
include $(BUILD_SHARED_LIBRARY)
+
+include $(call all-makefiles-under,$(LOCAL_PATH))