blob: 50599320947b86d38a784458867916615a860c7f [file] [log] [blame]
Ravi Kumar Alamanda2dfba2b2013-01-17 16:50:22 -08001ifeq ($(strip $(BOARD_USES_ALSA_AUDIO)),true)
2
3LOCAL_PATH := $(call my-dir)
4
5include $(CLEAR_VARS)
6
7LOCAL_ARM_MODE := arm
8
Ajay Dudanibe3335a2013-08-19 18:47:21 -07009AUDIO_PLATFORM := $(TARGET_BOARD_PLATFORM)
Ravi Kumar Alamanda48c921d2013-10-29 06:07:44 -070010
Soumild9f5bfa2017-04-04 19:31:22 -070011ifneq ($(filter msm8974 msm8226 msm8610 apq8084 msm8994 msm8992 msm8996 msm8998 sdm845,$(TARGET_BOARD_PLATFORM)),)
Ajay Dudanibe3335a2013-08-19 18:47:21 -070012 # B-family platform uses msm8974 code base
13 AUDIO_PLATFORM = msm8974
Ravi Kumar Alamanda48c921d2013-10-29 06:07:44 -070014 MULTIPLE_HW_VARIANTS_ENABLED := true
Mingming Yin8e5a4f62013-10-07 15:23:41 -070015ifneq ($(filter msm8610,$(TARGET_BOARD_PLATFORM)),)
16 LOCAL_CFLAGS := -DPLATFORM_MSM8610
17endif
Shiv Maliyappanahalli34b585f2013-10-01 15:49:05 -070018ifneq ($(filter msm8226,$(TARGET_BOARD_PLATFORM)),)
19 LOCAL_CFLAGS := -DPLATFORM_MSM8x26
20endif
Vidyakumar Athotad9d9ff32013-11-13 11:46:52 -080021ifneq ($(filter apq8084,$(TARGET_BOARD_PLATFORM)),)
22 LOCAL_CFLAGS := -DPLATFORM_APQ8084
23endif
Mingming Yin0e1b2902014-05-19 18:20:59 -070024ifneq ($(filter msm8994,$(TARGET_BOARD_PLATFORM)),)
25 LOCAL_CFLAGS := -DPLATFORM_MSM8994
26endif
Fred Oh68ad1d32014-12-09 13:08:07 -080027ifneq ($(filter msm8992,$(TARGET_BOARD_PLATFORM)),)
28 LOCAL_CFLAGS := -DPLATFORM_MSM8994
29endif
Mingming Yin89c6a7f2015-03-24 11:56:14 -070030ifneq ($(filter msm8996,$(TARGET_BOARD_PLATFORM)),)
31 LOCAL_CFLAGS := -DPLATFORM_MSM8996
Banajit Goswami22582e72014-10-15 18:29:34 -070032endif
Ben Romberger22d41232016-11-16 14:55:25 -080033ifneq ($(filter msm8998,$(TARGET_BOARD_PLATFORM)),)
34 LOCAL_CFLAGS := -DPLATFORM_MSM8998
Banajit Goswami4c0dff22016-03-04 18:31:22 -080035endif
Soumild9f5bfa2017-04-04 19:31:22 -070036ifneq ($(filter sdm845,$(TARGET_BOARD_PLATFORM)),)
Garmond Leung986024b2017-04-28 14:41:10 -070037 LOCAL_CFLAGS := -DPLATFORM_SDM845
Xiaoyu Ye0afc9232017-03-28 21:31:22 -070038endif
Ajay Dudanibe3335a2013-08-19 18:47:21 -070039endif
40
Arusha Goyalfda29152016-12-26 10:53:39 +053041ifneq ($(filter msm8916 msm8909 msm8952 msm8937 thorium msm8953 msmgold sdm660,$(TARGET_BOARD_PLATFORM)),)
Naresh Tannirudb72d1e2014-03-05 17:33:47 +053042 AUDIO_PLATFORM = msm8916
43 MULTIPLE_HW_VARIANTS_ENABLED := true
44 LOCAL_CFLAGS := -DPLATFORM_MSM8916
padarshr04e74812014-09-17 13:34:31 +053045ifneq ($(filter msm8909,$(TARGET_BOARD_PLATFORM)),)
Dhananjay Kumar2bb2fc12014-07-11 19:14:23 +053046 LOCAL_CFLAGS := -DPLATFORM_MSM8909
47endif
Arusha Goyalfda29152016-12-26 10:53:39 +053048ifneq ($(filter sdm660,$(TARGET_BOARD_PLATFORM)),)
Dhananjay Kumard3ab9f42016-07-20 17:05:47 +053049 LOCAL_CFLAGS := -DPLATFORM_MSMFALCON
50endif
Naresh Tannirudb72d1e2014-03-05 17:33:47 +053051endif
Naresh Tanniru8b919ac2014-01-30 19:12:53 +053052
Ravi Kumar Alamanda2dfba2b2013-01-17 16:50:22 -080053LOCAL_SRC_FILES := \
54 audio_hw.c \
Shiv Maliyappanahalli34b585f2013-10-01 15:49:05 -070055 voice.c \
Ben Romberger61764e32014-01-10 13:49:02 -080056 platform_info.c \
Vignesh Kulothungan55396882017-04-20 14:37:02 -070057 $(AUDIO_PLATFORM)/platform.c \
58 acdb.c
Ravi Kumar Alamanda2dfba2b2013-01-17 16:50:22 -080059
Subhash Chandra Bose Naripeddy19dc03b2014-03-10 14:43:05 -070060LOCAL_SRC_FILES += audio_extn/audio_extn.c \
61 audio_extn/utils.c
Vidyakumar Athota21b3bb92014-04-25 11:08:08 -070062LOCAL_C_INCLUDES += $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr/include
63LOCAL_ADDITIONAL_DEPENDENCIES += $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr
Apoorv Raghuvanshi9eaf94e2013-10-04 16:13:44 -070064
Mingming Yine5bf8372015-02-26 15:03:10 -080065ifeq ($(strip $(AUDIO_FEATURE_ENABLED_HDMI_EDID)),true)
Mingming Yin497419f2015-07-01 16:57:32 -070066 LOCAL_CFLAGS += -DHDMI_EDID
Pradnya Chaphekar4403bd72014-09-09 09:50:01 -070067 LOCAL_SRC_FILES += edid.c
68endif
69
Mingming Yin08c7e312015-03-16 18:10:58 -070070ifeq ($(strip $(AUDIO_USE_LL_AS_PRIMARY_OUTPUT)),true)
71 LOCAL_CFLAGS += -DUSE_LL_AS_PRIMARY_OUTPUT
72endif
73
Mingming Yina6dad602014-05-16 12:10:55 -070074ifeq ($(strip $(AUDIO_FEATURE_ENABLED_PCM_OFFLOAD)),true)
Mingming Yin67e34512014-04-03 17:47:22 -070075 LOCAL_CFLAGS += -DPCM_OFFLOAD_ENABLED
76endif
77
Mingming Yina6dad602014-05-16 12:10:55 -070078ifeq ($(strip $(AUDIO_FEATURE_ENABLED_ANC_HEADSET)),true)
Apoorv Raghuvanshi9eaf94e2013-10-04 16:13:44 -070079 LOCAL_CFLAGS += -DANC_HEADSET_ENABLED
80endif
81
Venkata Narendra Kumar Gutta4bd09d02016-01-29 15:31:04 +053082ifeq ($(strip $(AUDIO_FEATURE_ENABLED_HIFI_AUDIO)),true)
83 LOCAL_CFLAGS += -DHIFI_AUDIO_ENABLED
84endif
85
Srinivas Julakanti1ca769a2017-01-04 23:18:08 -080086ifeq ($(strip $(AUDIO_FEATURE_ENABLED_RAS)),true)
87 LOCAL_CFLAGS += -DRAS_ENABLED
88endif
89
Banajit Goswami20cdd212015-09-11 01:11:30 -070090ifeq ($(strip $(AUDIO_FEATURE_ENABLED_VBAT_MONITOR)),true)
91 LOCAL_CFLAGS += -DVBAT_MONITOR_ENABLED
92endif
93
Mingming Yina6dad602014-05-16 12:10:55 -070094ifeq ($(strip $(AUDIO_FEATURE_ENABLED_FLUENCE)),true)
Venkata Narendra Kumar Gutta88fd0bc2014-03-27 19:47:56 +053095 LOCAL_CFLAGS += -DFLUENCE_ENABLED
96endif
97
Mingming Yina6dad602014-05-16 12:10:55 -070098ifeq ($(strip $(AUDIO_FEATURE_ENABLED_PROXY_DEVICE)),true)
Apoorv Raghuvanshi9eaf94e2013-10-04 16:13:44 -070099 LOCAL_CFLAGS += -DAFE_PROXY_ENABLED
100endif
101
Sudheer Papothi390bcf32014-12-04 01:25:17 +0530102ifeq ($(strip $(AUDIO_FEATURE_ENABLED_KPI_OPTIMIZE)),true)
103 LOCAL_CFLAGS += -DKPI_OPTIMIZE_ENABLED
104endif
105
Mingming Yin12125e82015-10-26 20:40:36 -0700106ifeq ($(strip $(AUDIO_FEATURE_ENABLED_FM_POWER_OPT)),true)
107 LOCAL_CFLAGS += -DFM_POWER_OPT
Apoorv Raghuvanshi6e262842013-10-06 14:39:35 -0700108 LOCAL_SRC_FILES += audio_extn/fm.c
109endif
110
Kuirong Wang357e0b12016-07-06 00:29:15 -0700111ifeq ($(strip $(AUDIO_FEATURE_ENABLED_USB_TUNNEL_AUDIO)),true)
Apoorv Raghuvanshi5792d4b2013-10-07 18:40:05 -0700112 LOCAL_CFLAGS += -DUSB_HEADSET_ENABLED
113 LOCAL_SRC_FILES += audio_extn/usb.c
114endif
Mingming Yina6dad602014-05-16 12:10:55 -0700115
116ifeq ($(strip $(AUDIO_FEATURE_ENABLED_HFP)),true)
Vimal Puthanveed5b4d3f12013-11-05 15:57:39 -0800117 LOCAL_CFLAGS += -DHFP_ENABLED
118 LOCAL_SRC_FILES += audio_extn/hfp.c
119endif
Apoorv Raghuvanshi5792d4b2013-10-07 18:40:05 -0700120
Mingming Yina6dad602014-05-16 12:10:55 -0700121ifeq ($(strip $(AUDIO_FEATURE_ENABLED_CUSTOMSTEREO)),true)
Jitendra Singh Naruka9a6a8d42014-02-10 20:07:12 -0800122 LOCAL_CFLAGS += -DCUSTOM_STEREO_ENABLED
123endif
124
Mingming Yina6dad602014-05-16 12:10:55 -0700125ifeq ($(strip $(AUDIO_FEATURE_ENABLED_SSR)),true)
Apoorv Raghuvanshi6178a3f2013-10-19 12:38:54 -0700126 LOCAL_CFLAGS += -DSSR_ENABLED
127 LOCAL_SRC_FILES += audio_extn/ssr.c
Shiv Maliyappanahalli5a10aea2015-07-02 10:36:23 -0700128 LOCAL_C_INCLUDES += $(TARGET_OUT_HEADERS)/mm-audio/surround_sound_3mic/
Nagender Telkarca2b4942014-03-24 12:25:42 -0600129 LOCAL_C_INCLUDES += $(TARGET_OUT_HEADERS)/common/inc/
Apoorv Raghuvanshi6178a3f2013-10-19 12:38:54 -0700130endif
131
Mingming Yina6dad602014-05-16 12:10:55 -0700132ifeq ($(strip $(AUDIO_FEATURE_ENABLED_MULTI_VOICE_SESSIONS)),true)
Shiv Maliyappanahalli303f51d2013-10-25 16:24:27 -0700133 LOCAL_CFLAGS += -DMULTI_VOICE_SESSION_ENABLED
134 LOCAL_SRC_FILES += voice_extn/voice_extn.c
Vidyakumar Athota21b3bb92014-04-25 11:08:08 -0700135
Mingming Yina6dad602014-05-16 12:10:55 -0700136ifeq ($(strip $(AUDIO_FEATURE_ENABLED_INCALL_MUSIC)),true)
Shiv Maliyappanahalli303f51d2013-10-25 16:24:27 -0700137 LOCAL_CFLAGS += -DINCALL_MUSIC_ENABLED
138endif
Mingming Yina6dad602014-05-16 12:10:55 -0700139ifeq ($(strip $(AUDIO_FEATURE_ENABLED_COMPRESS_VOIP)),true)
Narsinga Rao Chella05573b72013-11-15 15:21:40 -0800140 LOCAL_CFLAGS += -DCOMPRESS_VOIP_ENABLED
141 LOCAL_SRC_FILES += voice_extn/compress_voip.c
142endif
Subhash Chandra Bose Naripeddy19dc03b2014-03-10 14:43:05 -0700143
144endif
145
Mingming Yina6dad602014-05-16 12:10:55 -0700146ifeq ($(strip $(AUDIO_FEATURE_ENABLED_EXTN_FORMATS)),true)
Satya Krishna Pindiproli5d82d012015-08-12 18:21:25 +0530147LOCAL_CFLAGS += -DAUDIO_EXTN_FORMATS_ENABLED
Gopikrishnaiah Anandanf538cef2013-10-28 14:06:03 -0700148endif
Shiv Maliyappanahalli303f51d2013-10-25 16:24:27 -0700149
Anish Kumard80a1392014-07-16 16:18:51 -0700150ifeq ($(strip $(AUDIO_FEATURE_ENABLED_SPKR_PROTECTION)),true)
Gopikrishnaiah Anandanf538cef2013-10-28 14:06:03 -0700151 LOCAL_CFLAGS += -DSPKR_PROT_ENABLED
152 LOCAL_SRC_FILES += audio_extn/spkr_protection.c
Gopikrishnaiah Anandanf538cef2013-10-28 14:06:03 -0700153endif
Shiv Maliyappanahalli303f51d2013-10-25 16:24:27 -0700154
Ravi Kumar Alamanda48c921d2013-10-29 06:07:44 -0700155ifdef MULTIPLE_HW_VARIANTS_ENABLED
156 LOCAL_CFLAGS += -DHW_VARIANTS_ENABLED
157 LOCAL_SRC_FILES += $(AUDIO_PLATFORM)/hw_info.c
158endif
159
Mingming Yina6dad602014-05-16 12:10:55 -0700160ifeq ($(strip $(AUDIO_FEATURE_ENABLED_COMPRESS_CAPTURE)),true)
Mingming Yine62d7842013-10-25 16:26:03 -0700161 LOCAL_CFLAGS += -DCOMPRESS_CAPTURE_ENABLED
162 LOCAL_SRC_FILES += audio_extn/compress_capture.c
163endif
164
Jitendra Naruka1b6513f2014-11-22 19:34:13 -0800165ifeq ($(strip $(AUDIO_FEATURE_ENABLED_DTS_EAGLE)),true)
166 LOCAL_CFLAGS += -DDTS_EAGLE
167 LOCAL_SRC_FILES += audio_extn/dts_eagle.c
168endif
169
Mingming Yina6dad602014-05-16 12:10:55 -0700170ifeq ($(strip $(DOLBY_DDP)),true)
Mingming Yin90310102013-11-13 16:57:00 -0800171 LOCAL_CFLAGS += -DDS1_DOLBY_DDP_ENABLED
Subhash Chandra Bose Naripeddy7690c562013-12-14 00:34:53 -0800172 LOCAL_SRC_FILES += audio_extn/dolby.c
Mingming Yin90310102013-11-13 16:57:00 -0800173endif
174
Pradnya Chaphekar73e2e8b2015-05-01 02:18:17 -0700175ifeq ($(strip $(DS1_DOLBY_DAP)),true)
Subhash Chandra Bose Naripeddy7690c562013-12-14 00:34:53 -0800176 LOCAL_CFLAGS += -DDS1_DOLBY_DAP_ENABLED
Mingming Yina6dad602014-05-16 12:10:55 -0700177ifneq ($(strip $(DOLBY_DDP)),true)
Subhash Chandra Bose Naripeddy7690c562013-12-14 00:34:53 -0800178 LOCAL_SRC_FILES += audio_extn/dolby.c
179endif
180endif
181
Mingming Yin3ee55c62014-08-04 14:23:35 -0700182ifeq ($(strip $(AUDIO_FEATURE_ENABLED_EXTN_FLAC_DECODER)),true)
Satya Krishna Pindiproli70471602015-04-24 19:12:43 +0530183 LOCAL_CFLAGS += -DFLAC_OFFLOAD_ENABLED
184 LOCAL_CFLAGS += -DCOMPRESS_METADATA_NEEDED
185endif
186
187ifeq ($(strip $(AUDIO_FEATURE_ENABLED_VORBIS_OFFLOAD)),true)
188 LOCAL_CFLAGS += -DVORBIS_OFFLOAD_ENABLED
189 LOCAL_CFLAGS += -DCOMPRESS_METADATA_NEEDED
190
191endif
192
193ifeq ($(strip $(AUDIO_FEATURE_ENABLED_WMA_OFFLOAD)),true)
194 LOCAL_CFLAGS += -DWMA_OFFLOAD_ENABLED
195 LOCAL_CFLAGS += -DCOMPRESS_METADATA_NEEDED
196endif
197
198ifeq ($(strip $(AUDIO_FEATURE_ENABLED_ALAC_OFFLOAD)),true)
199 LOCAL_CFLAGS += -DALAC_OFFLOAD_ENABLED
200 LOCAL_CFLAGS += -DCOMPRESS_METADATA_NEEDED
201endif
202
203ifeq ($(strip $(AUDIO_FEATURE_ENABLED_APE_OFFLOAD)),true)
204 LOCAL_CFLAGS += -DAPE_OFFLOAD_ENABLED
205 LOCAL_CFLAGS += -DCOMPRESS_METADATA_NEEDED
Mingming Yin3ee55c62014-08-04 14:23:35 -0700206endif
207
Vidyakumar Athotac1d39c92015-02-25 15:14:26 -0800208ifeq ($(strip $(AUDIO_FEATURE_ENABLED_PCM_OFFLOAD_24)),true)
209 LOCAL_CFLAGS += -DPCM_OFFLOAD_ENABLED_24
210endif
211
Manish Dewangana6fc5442015-08-24 20:30:31 +0530212ifeq ($(strip $(AUDIO_FEATURE_ENABLED_AAC_ADTS_OFFLOAD)),true)
213 LOCAL_CFLAGS += -DAAC_ADTS_OFFLOAD_ENABLED
214endif
215
Lior Barenboim0b61bc72014-05-13 13:01:37 +0300216ifeq ($(strip $(AUDIO_FEATURE_ENABLED_DEV_ARBI)),true)
217 LOCAL_CFLAGS += -DDEV_ARBI_ENABLED
218 LOCAL_SRC_FILES += audio_extn/dev_arbi.c
219endif
220
Naresh Tanniruc0517bc2014-10-26 15:30:55 +0530221ifeq ($(strip $(AUDIO_FEATURE_ENABLED_RECORD_PLAY_CONCURRENCY)),true)
222 LOCAL_CFLAGS += -DRECORD_PLAY_CONCURRENCY
223endif
224
Ashish Jain8ec50472014-10-16 13:56:28 +0530225ifeq ($(strip $(AUDIO_FEATURE_ENABLED_ACDB_LICENSE)), true)
226 LOCAL_CFLAGS += -DDOLBY_ACDB_LICENSE
227endif
228
Pradnya Chaphekar8a9dcd82014-09-09 09:49:10 -0700229ifeq ($(strip $(AUDIO_FEATURE_ENABLED_DS2_DOLBY_DAP)),true)
230 LOCAL_CFLAGS += -DDS2_DOLBY_DAP_ENABLED
Pradnya Chaphekar73e2e8b2015-05-01 02:18:17 -0700231 LOCAL_CFLAGS += -DDS1_DOLBY_DDP_ENABLED
Pradnya Chaphekar8a9dcd82014-09-09 09:49:10 -0700232ifneq ($(strip $(DOLBY_DDP)),true)
Pradnya Chaphekar73e2e8b2015-05-01 02:18:17 -0700233 ifneq ($(strip $(DS1_DOLBY_DAP)),true)
Pradnya Chaphekar8a9dcd82014-09-09 09:49:10 -0700234 LOCAL_SRC_FILES += audio_extn/dolby.c
235 endif
236endif
237endif
238
Pradnya Chaphekar80a8cfb2014-10-20 16:17:01 -0700239ifeq ($(strip $(AUDIO_FEATURE_ENABLED_HDMI_PASSTHROUGH)),true)
240 LOCAL_CFLAGS += -DHDMI_PASSTHROUGH_ENABLED
Mingming Yin21854652016-04-13 11:54:02 -0700241 LOCAL_SRC_FILES += audio_extn/passthru.c
242endif
243
244ifeq ($(strip $(AUDIO_FEATURE_ENABLED_KEEP_ALIVE)),true)
245 LOCAL_CFLAGS += -DKEEP_ALIVE_ENABLED
246 LOCAL_SRC_FILES += audio_extn/keep_alive.c
Pradnya Chaphekar80a8cfb2014-10-20 16:17:01 -0700247endif
248
Narsinga Rao Chellaf928a982015-03-06 14:57:35 -0800249ifeq ($(strip $(AUDIO_FEATURE_ENABLED_SOURCE_TRACKING)),true)
250 LOCAL_CFLAGS += -DSOURCE_TRACKING_ENABLED
251 LOCAL_SRC_FILES += audio_extn/source_track.c
252endif
253
Naresh Tanniru9d027a62015-03-13 01:32:10 +0530254ifeq ($(strip $(AUDIO_FEATURE_ENABLED_SPLIT_A2DP)),true)
255 LOCAL_CFLAGS += -DSPLIT_A2DP_ENABLED
256 LOCAL_SRC_FILES += audio_extn/a2dp.c
257endif
258
Lakshman Chaluvaraju22ba9f12016-09-12 11:42:10 +0530259ifeq ($(strip $(AUDIO_FEATURE_ENABLED_QAF)),true)
260 LOCAL_CFLAGS += -DQAF_EXTN_ENABLED
261 LOCAL_C_INCLUDES += $(TARGET_OUT_HEADERS)/mm-audio/qaf/
262 LOCAL_SRC_FILES += audio_extn/qaf.c
263endif
264
Dhananjay Kumaree4d2002016-10-25 18:02:58 +0530265ifeq ($(strip $(AUDIO_FEATURE_ENABLED_COMPRESS_INPUT)),true)
266 LOCAL_CFLAGS += -DCOMPRESS_INPUT_ENABLED
267 LOCAL_SRC_FILES += audio_extn/compress_in.c
268endif
269
270ifeq ($(strip $(BOARD_SUPPORTS_QAHW)),true)
271 LOCAL_CFLAGS += -DAUDIO_HW_EXTN_API_ENABLED
272 LOCAL_SRC_FILES += audio_hw_extn_api.c
273endif
274
Bharath Gopal01310bb2016-12-05 15:39:32 +0530275ifeq ($(strip $(AUDIO_FEATURE_ENABLED_BT_HAL)),true)
276 LOCAL_CFLAGS += -DAUDIO_EXTN_BT_HAL_ENABLED
277 LOCAL_SRC_FILES += audio_extn/bt_hal.c
278endif
279
Ravi Kumar Alamanda2dfba2b2013-01-17 16:50:22 -0800280LOCAL_SHARED_LIBRARIES := \
281 liblog \
282 libcutils \
283 libtinyalsa \
Ravi Kumar Alamanda4e02e552013-07-17 15:22:04 -0700284 libtinycompress \
Ravi Kumar Alamanda2dfba2b2013-01-17 16:50:22 -0800285 libaudioroute \
Ben Romberger61764e32014-01-10 13:49:02 -0800286 libdl \
Ashish Jainf1eaa582016-05-23 20:54:24 +0530287 libaudioutils \
Vidyakumar Athota77327dd2014-08-07 16:44:25 -0700288 libexpat
Ravi Kumar Alamanda2dfba2b2013-01-17 16:50:22 -0800289
290LOCAL_C_INCLUDES += \
291 external/tinyalsa/include \
Ravi Kumar Alamanda4e02e552013-07-17 15:22:04 -0700292 external/tinycompress/include \
Ashish Jainf1eaa582016-05-23 20:54:24 +0530293 system/media/audio_utils/include \
Ben Romberger61764e32014-01-10 13:49:02 -0800294 external/expat/lib \
Ravi Kumar Alamandaf70ffb42013-04-16 15:55:53 -0700295 $(call include-path-for, audio-route) \
Eric Laurentb23d5282013-05-14 15:27:20 -0700296 $(call include-path-for, audio-effects) \
Apoorv Raghuvanshi9eaf94e2013-10-04 16:13:44 -0700297 $(LOCAL_PATH)/$(AUDIO_PLATFORM) \
Narsinga Rao Chella05573b72013-11-15 15:21:40 -0800298 $(LOCAL_PATH)/audio_extn \
Vidyakumar Athota77327dd2014-08-07 16:44:25 -0700299 $(LOCAL_PATH)/voice_extn
Ravi Kumar Alamanda2dfba2b2013-01-17 16:50:22 -0800300
Kiran Kandi910e1862013-10-29 13:29:42 -0700301ifeq ($(strip $(AUDIO_FEATURE_ENABLED_LISTEN)),true)
302 LOCAL_CFLAGS += -DAUDIO_LISTEN_ENABLED
303 LOCAL_C_INCLUDES += $(TARGET_OUT_HEADERS)/mm-audio/audio-listen
304 LOCAL_SRC_FILES += audio_extn/listen.c
305endif
306
Ashish Jain81eb2a82015-05-13 10:52:34 +0530307ifeq ($(strip $(AUDIO_FEATURE_ENABLED_EXT_HDMI)),true)
308 LOCAL_CFLAGS += -DAUDIO_EXTERNAL_HDMI_ENABLED
309ifeq ($(strip $(AUDIO_FEATURE_ENABLED_HDMI_PASSTHROUGH)),true)
310 LOCAL_C_INCLUDES += $(TARGET_OUT_HEADERS)/mm-audio/audio-parsers
311 LOCAL_SHARED_LIBRARIES += libaudioparsers
312endif
313endif
314
Ravi Kumar Alamanda8fa6b192014-09-09 16:06:42 -0700315ifeq ($(strip $(BOARD_SUPPORTS_SOUND_TRIGGER)),true)
Banajit Goswami710f3532016-08-28 14:48:33 -0700316 ST_FEATURE_ENABLE := true
317endif
318
319ifeq ($(strip $(BOARD_SUPPORTS_SOUND_TRIGGER_HAL)),true)
320 ST_FEATURE_ENABLE := true
321endif
322
323ifeq ($(ST_FEATURE_ENABLE), true)
Ravi Kumar Alamanda8fa6b192014-09-09 16:06:42 -0700324 LOCAL_CFLAGS += -DSOUND_TRIGGER_ENABLED
325 LOCAL_CFLAGS += -DSOUND_TRIGGER_PLATFORM_NAME=$(TARGET_BOARD_PLATFORM)
326 LOCAL_C_INCLUDES += $(TARGET_OUT_HEADERS)/mm-audio/sound_trigger
327 LOCAL_SRC_FILES += audio_extn/soundtrigger.c
328endif
329
Damir Didjustof1d46c72013-11-06 17:59:04 -0800330ifeq ($(strip $(AUDIO_FEATURE_ENABLED_AUXPCM_BT)),true)
331 LOCAL_CFLAGS += -DAUXPCM_BT_ENABLED
332endif
333
Preetam Singh Ranawat2d0e4632015-02-02 12:40:59 +0530334ifeq ($(strip $(AUDIO_FEATURE_ENABLED_PM_SUPPORT)),true)
335 LOCAL_CFLAGS += -DPM_SUPPORT_ENABLED
336 LOCAL_SRC_FILES += audio_extn/pm.c
337 LOCAL_C_INCLUDES += $(TARGET_OUT_HEADERS)/libperipheralclient/inc
338 LOCAL_SHARED_LIBRARIES += libperipheral_client
339endif
340
Shiv Maliyappanahallic0656402016-09-03 14:13:26 -0700341ifeq ($(strip $(AUDIO_FEATURE_ENABLED_DISPLAY_PORT)),true)
342 LOCAL_CFLAGS += -DDISPLAY_PORT_ENABLED
343endif
344
Weiyin Jiangaa80acd2016-09-21 16:42:11 +0800345ifeq ($(strip $(AUDIO_FEATURE_ENABLED_GEF_SUPPORT)),true)
346 LOCAL_CFLAGS += -DAUDIO_GENERIC_EFFECT_FRAMEWORK_ENABLED
347 LOCAL_SRC_FILES += audio_extn/gef.c
348endif
349
Ben Rombergerd771a7c2017-02-22 18:05:17 -0800350ifeq ($(strip $($AUDIO_FEATURE_ADSP_HDLR_ENABLED)),true)
351 LOCAL_CFLAGS += -DAUDIO_EXTN_ADSP_HDLR_ENABLED
352 LOCAL_SRC_FILES += audio_extn/adsp_hdlr.c
353endif
354
Revathi Uddaraju1eac8b02017-05-18 17:13:33 +0530355ifeq ($(strip $(AUDIO_FEATURE_ENABLED_DYNAMIC_LOG)), true)
356 LOCAL_CFLAGS += -DDYNAMIC_LOG_ENABLED
357 LOCAL_C_INCLUDES += $(TARGET_OUT_HEADERS)/mm-audio/audio-log-utils
358 LOCAL_SHARED_LIBRARIES += libaudio_log_utils
359endif
360
Naresh Tannirue7156032017-04-18 17:43:05 -0700361ifeq ($(strip $($AUDIO_FEATURE_IP_HDLR_ENABLED)),true)
362 LOCAL_CFLAGS += -DAUDIO_EXTN_IP_HDLR_ENABLED
363 LOCAL_SRC_FILES += audio_extn/ip_hdlr_intf.c
364endif
365
Satya Krishna Pindiprolif1cd92b2016-04-14 19:05:23 +0530366LOCAL_CFLAGS += -Wall -Werror
Alexy Josephb1379942016-01-29 15:49:38 -0800367
Mingming Yin5b7c0b32014-08-04 15:49:24 -0700368LOCAL_COPY_HEADERS_TO := mm-audio
369LOCAL_COPY_HEADERS := audio_extn/audio_defs.h
370
Haynes Mathew George3a1f1fb2016-08-09 15:43:13 -0700371ifeq ($(strip $(AUDIO_FEATURE_ENABLED_SND_MONITOR)), true)
372 LOCAL_CFLAGS += -DSND_MONITOR_ENABLED
373 LOCAL_SRC_FILES += audio_extn/sndmonitor.c
374endif
375
Mingming Yin8e5a4f62013-10-07 15:23:41 -0700376LOCAL_MODULE := audio.primary.$(TARGET_BOARD_PLATFORM)
Ravi Kumar Alamanda2dfba2b2013-01-17 16:50:22 -0800377
Apoorv Raghuvanshi1b555f72014-05-29 12:48:15 -0700378LOCAL_MODULE_RELATIVE_PATH := hw
Ravi Kumar Alamanda2dfba2b2013-01-17 16:50:22 -0800379
380LOCAL_MODULE_TAGS := optional
381
382include $(BUILD_SHARED_LIBRARY)
383
384endif