blob: e1bdbc3ac6e64a4e0f6cc1608733ffb777c63361 [file] [log] [blame]
Daniel Hillenbrandd81f36f2013-04-06 18:56:57 +00001ifneq ($(filter msm8960 msm8660 msm7x30,$(TARGET_BOARD_PLATFORM)),)
Daniel Hillenbrandd81f36f2013-04-06 18:56:57 +00002
Harmandeep Singh135a23d2012-12-08 19:00:44 -08003AUDIO_HW_ROOT := $(call my-dir)
Iliyan Malchev3bf17002012-06-29 16:55:10 -07004
Steve Kondik7676f7a2013-08-08 19:43:43 -07005ifeq ($(TARGET_QCOM_AUDIO_VARIANT),caf)
Daniel Hillenbrandd81f36f2013-04-06 18:56:57 +00006
Harmandeep Singh135a23d2012-12-08 19:00:44 -08007ifeq ($(strip $(BOARD_USES_ALSA_AUDIO)),true)
8 include $(AUDIO_HW_ROOT)/alsa_sound/Android.mk
Harmandeep Singh135a23d2012-12-08 19:00:44 -08009 include $(AUDIO_HW_ROOT)/libalsa-intf/Android.mk
Daniel Hillenbrandd81f36f2013-04-06 18:56:57 +000010 include $(AUDIO_HW_ROOT)/audiod/Android.mk
11endif
Daniel Hillenbrandd81f36f2013-04-06 18:56:57 +000012ifeq ($(TARGET_BOARD_PLATFORM),msm7x30)
13 include $(AUDIO_HW_ROOT)/msm7x30/Android.mk
14endif
15ifeq ($(TARGET_BOARD_PLATFORM),msm8660)
16 include $(AUDIO_HW_ROOT)/msm8660/Android.mk
Steve Kondik7676f7a2013-08-08 19:43:43 -070017endif
18endif
19
20ifeq ($(TARGET_BOARD_PLATFORM),msm8960)
Daniel Hillenbrandd81f36f2013-04-06 18:56:57 +000021 include $(AUDIO_HW_ROOT)/mm-audio/Android.mk
22endif
Steve Kondik7676f7a2013-08-08 19:43:43 -070023
24ifeq ($(TARGET_BOARD_PLATFORM),msm8660)
25 include $(AUDIO_HW_ROOT)/mm-audio/Android.mk
Daniel Hillenbrandd81f36f2013-04-06 18:56:57 +000026endif
Steve Kondik7676f7a2013-08-08 19:43:43 -070027
Iliyan Malchev3bf17002012-06-29 16:55:10 -070028endif