summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorUday Kishore Pasupuleti <upasupul@codeaurora.org>2016-01-06 19:12:41 -0800
committerPrashant Malani <pmalani@google.com>2016-01-08 17:00:16 -0800
commit582e0a5e965897ea54ecfa5fe206797dab577a45 (patch)
tree3d99bdf637b54008f1e906975d75f7de7bfb6fb6 /Android.mk
parentbefe610a877c3b150a6dd90cf358df4945b8f9a6 (diff)
downloadandroid_hardware_qcom_audio-582e0a5e965897ea54ecfa5fe206797dab577a45.tar.gz
android_hardware_qcom_audio-582e0a5e965897ea54ecfa5fe206797dab577a45.tar.bz2
android_hardware_qcom_audio-582e0a5e965897ea54ecfa5fe206797dab577a45.zip
audio: msm8909w caf release LW.BR.1.0-00410-8x09w.0
MSM8909w Audio HAL code copied from CAF release LW.BR.1.0-00410-8x09w.0 dbcce50 hal: Port wcd9326 changes to 8909 410c530 hal: update error handling for pcm_prepare failures ff79309 hal: fix compilation issues with audio FM extention 762d7eb policy_hal: add support for fm device loopback 7c418f9 audio_policy: modify few methods to appropriately override base 8b12163 audio: Add support to enable split A2DP a0559fa Revert "Revert "policy_hal: Function prototype correction for custom policy"." Fixed makefiles to be compatible with PDK without kernel source Change-Id: I9c6f2139adee62426b877516deeb41d4ed8052b2
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 1e264115..450d9a31 100644
--- a/Android.mk
+++ b/Android.mk
@@ -11,4 +11,10 @@ include $(MY_LOCAL_PATH)/visualizer/Android.mk
include $(MY_LOCAL_PATH)/post_proc/Android.mk
endif
+else
+ifneq ($(filter msm8909 ,$(TARGET_BOARD_PLATFORM)),)
+#For msm8909 target
+include $(call all-named-subdir-makefiles,msm8909)
+
+endif
endif