summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Burk <philburk@google.com>2014-08-11 11:46:45 -0700
committerPhil Burk <philburk@google.com>2014-08-11 11:46:45 -0700
commit81a6bcd24e51cab0748eb5cc2a27ff2c0f6d8c23 (patch)
treef756fce1e8564c56d4de67b497f0419f4249bbb6
parent4171478fff66683841fde9810ccc39ebe87c0ccd (diff)
downloadandroid_system_media-81a6bcd24e51cab0748eb5cc2a27ff2c0f6d8c23.tar.gz
android_system_media-81a6bcd24e51cab0748eb5cc2a27ff2c0f6d8c23.tar.bz2
android_system_media-81a6bcd24e51cab0748eb5cc2a27ff2c0f6d8c23.zip
[audio][spdif] Add spdif AC3 make to audio_utils make
Recursively build libraries under audio_utils to resolve dependencies properly for HAL. This is part of support for AC3 passthrough over HDMI. Bug: 9428304 Change-Id: I2e3067dbe9b28dc5ea9eb0e9faebe31f8d9e4135 Signed-off-by: Phil Burk <philburk@google.com>
-rw-r--r--audio_utils/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/audio_utils/Android.mk b/audio_utils/Android.mk
index 994cc45f..3a305621 100644
--- a/audio_utils/Android.mk
+++ b/audio_utils/Android.mk
@@ -67,3 +67,6 @@ LOCAL_C_INCLUDES += \
#LOCAL_SHARED_LIBRARIES := libaudioutils
include $(BUILD_HOST_STATIC_LIBRARY)
+
+include $(call all-makefiles-under,$(LOCAL_PATH))
+