blob: c304b611e36e24726ec42d404f67f43cde29a1b3 [file] [log] [blame]
Iliyan Malchev3bf17002012-06-29 16:55:10 -07001ifneq ($(filter msm8960,$(TARGET_BOARD_PLATFORM)),)
Steve Kondik84d8d502012-12-24 17:08:15 -08002ifeq ($(TARGET_QCOM_AUDIO_VARIANT),caf)
Ajay Dudani9746c472012-06-18 16:01:16 -07003AUDIO_ROOT := $(call my-dir)
4include $(call all-subdir-makefiles)
Steve Kondik84d8d502012-12-24 17:08:15 -08005endif
Iliyan Malchev3bf17002012-06-29 16:55:10 -07006endif
Vineela Tummalapalli25af8772012-08-23 09:41:29 +05307ifeq ($(call is-board-platform,msm7630_surf),true)
8 include $(AUDIO_HW_ROOT)/msm7630/Android.mk
9endif