Naresh Tanniru | f129015 | 2018-11-27 12:16:45 +0530 | [diff] [blame] | 1 | ifneq ($(AUDIO_USE_STUB_HAL), true) |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 2 | ifeq ($(strip $(BOARD_USES_ALSA_AUDIO)),true) |
| 3 | |
| 4 | LOCAL_PATH := $(call my-dir) |
| 5 | |
| 6 | include $(CLEAR_VARS) |
| 7 | |
| 8 | LOCAL_ARM_MODE := arm |
| 9 | |
Ajay Dudani | be3335a | 2013-08-19 18:47:21 -0700 | [diff] [blame] | 10 | AUDIO_PLATFORM := $(TARGET_BOARD_PLATFORM) |
Ravi Kumar Alamanda | 48c921d | 2013-10-29 06:07:44 -0700 | [diff] [blame] | 11 | |
Vijayakumar Badiger | 3c199ff | 2019-06-15 15:19:20 -0700 | [diff] [blame] | 12 | ifneq ($(filter msm8974 msm8226 msm8084 msm8610 apq8084 msm8994 msm8992 msm8996 msm8998 apq8098_latv sdm845 sdm710 qcs605 sdmshrike msmnile kona sdm660 msm8937 $(MSMSTEPPE) $(TRINKET) lito atoll,$(TARGET_BOARD_PLATFORM)),) |
Ajay Dudani | be3335a | 2013-08-19 18:47:21 -0700 | [diff] [blame] | 13 | # B-family platform uses msm8974 code base |
| 14 | AUDIO_PLATFORM = msm8974 |
Ravi Kumar Alamanda | 48c921d | 2013-10-29 06:07:44 -0700 | [diff] [blame] | 15 | MULTIPLE_HW_VARIANTS_ENABLED := true |
Aalique Grahame | 22e4910 | 2018-12-18 14:23:57 -0800 | [diff] [blame] | 16 | ifneq ($(filter msm8974,$(TARGET_BOARD_PLATFORM)),) |
| 17 | LOCAL_CFLAGS := -DPLATFORM_MSM8974 |
| 18 | LOCAL_CFLAGS += -DMAX_TARGET_SPECIFIC_CHANNEL_CNT="2" |
| 19 | endif |
Mingming Yin | 8e5a4f6 | 2013-10-07 15:23:41 -0700 | [diff] [blame] | 20 | ifneq ($(filter msm8610,$(TARGET_BOARD_PLATFORM)),) |
| 21 | LOCAL_CFLAGS := -DPLATFORM_MSM8610 |
| 22 | endif |
Shiv Maliyappanahalli | 34b585f | 2013-10-01 15:49:05 -0700 | [diff] [blame] | 23 | ifneq ($(filter msm8226,$(TARGET_BOARD_PLATFORM)),) |
| 24 | LOCAL_CFLAGS := -DPLATFORM_MSM8x26 |
Aalique Grahame | 22e4910 | 2018-12-18 14:23:57 -0800 | [diff] [blame] | 25 | LOCAL_CFLAGS += -DMAX_TARGET_SPECIFIC_CHANNEL_CNT="2" |
| 26 | endif |
| 27 | ifneq ($(filter msm8084,$(TARGET_BOARD_PLATFORM)),) |
| 28 | LOCAL_CFLAGS := -DPLATFORM_MSM8084 |
| 29 | LOCAL_CFLAGS += -DMAX_TARGET_SPECIFIC_CHANNEL_CNT="2" |
Shiv Maliyappanahalli | 34b585f | 2013-10-01 15:49:05 -0700 | [diff] [blame] | 30 | endif |
Vidyakumar Athota | d9d9ff3 | 2013-11-13 11:46:52 -0800 | [diff] [blame] | 31 | ifneq ($(filter apq8084,$(TARGET_BOARD_PLATFORM)),) |
| 32 | LOCAL_CFLAGS := -DPLATFORM_APQ8084 |
| 33 | endif |
Mingming Yin | 0e1b290 | 2014-05-19 18:20:59 -0700 | [diff] [blame] | 34 | ifneq ($(filter msm8994,$(TARGET_BOARD_PLATFORM)),) |
| 35 | LOCAL_CFLAGS := -DPLATFORM_MSM8994 |
Aalique Grahame | 22e4910 | 2018-12-18 14:23:57 -0800 | [diff] [blame] | 36 | LOCAL_CFLAGS += -DMAX_TARGET_SPECIFIC_CHANNEL_CNT="4" |
| 37 | LOCAL_CFLAGS += -DKPI_OPTIMIZE_ENABLED |
Mingming Yin | 0e1b290 | 2014-05-19 18:20:59 -0700 | [diff] [blame] | 38 | endif |
Fred Oh | 68ad1d3 | 2014-12-09 13:08:07 -0800 | [diff] [blame] | 39 | ifneq ($(filter msm8992,$(TARGET_BOARD_PLATFORM)),) |
| 40 | LOCAL_CFLAGS := -DPLATFORM_MSM8994 |
Aalique Grahame | 22e4910 | 2018-12-18 14:23:57 -0800 | [diff] [blame] | 41 | LOCAL_CFLAGS += -DMAX_TARGET_SPECIFIC_CHANNEL_CNT="4" |
| 42 | LOCAL_CFLAGS += -DKPI_OPTIMIZE_ENABLED |
Fred Oh | 68ad1d3 | 2014-12-09 13:08:07 -0800 | [diff] [blame] | 43 | endif |
Mingming Yin | 89c6a7f | 2015-03-24 11:56:14 -0700 | [diff] [blame] | 44 | ifneq ($(filter msm8996,$(TARGET_BOARD_PLATFORM)),) |
| 45 | LOCAL_CFLAGS := -DPLATFORM_MSM8996 |
Aalique Grahame | 22e4910 | 2018-12-18 14:23:57 -0800 | [diff] [blame] | 46 | LOCAL_CFLAGS += -DMAX_TARGET_SPECIFIC_CHANNEL_CNT="4" |
| 47 | LOCAL_CFLAGS += -DKPI_OPTIMIZE_ENABLED |
| 48 | LOCAL_CFLAGS += -DINCALL_MUSIC_ENABLED |
Banajit Goswami | 22582e7 | 2014-10-15 18:29:34 -0700 | [diff] [blame] | 49 | endif |
Venkataraman Nerellapalli | b8689ec | 2017-05-04 11:55:29 +0530 | [diff] [blame] | 50 | ifneq ($(filter msm8998 apq8098_latv,$(TARGET_BOARD_PLATFORM)),) |
Ben Romberger | 22d4123 | 2016-11-16 14:55:25 -0800 | [diff] [blame] | 51 | LOCAL_CFLAGS := -DPLATFORM_MSM8998 |
Ramjee Singh | 26ff958 | 2019-10-07 12:31:13 +0530 | [diff] [blame] | 52 | LOCAL_CFLAGS += -DMAX_TARGET_SPECIFIC_CHANNEL_CNT="8" |
Aalique Grahame | 22e4910 | 2018-12-18 14:23:57 -0800 | [diff] [blame] | 53 | LOCAL_CFLAGS += -DINCALL_MUSIC_ENABLED |
Banajit Goswami | 4c0dff2 | 2016-03-04 18:31:22 -0800 | [diff] [blame] | 54 | endif |
Soumil | d9f5bfa | 2017-04-04 19:31:22 -0700 | [diff] [blame] | 55 | ifneq ($(filter sdm845,$(TARGET_BOARD_PLATFORM)),) |
Garmond Leung | 986024b | 2017-04-28 14:41:10 -0700 | [diff] [blame] | 56 | LOCAL_CFLAGS := -DPLATFORM_SDM845 |
Ramjee Singh | 4752c89 | 2019-03-25 18:02:19 +0530 | [diff] [blame] | 57 | LOCAL_CFLAGS += -DMAX_TARGET_SPECIFIC_CHANNEL_CNT="8" |
Aalique Grahame | 22e4910 | 2018-12-18 14:23:57 -0800 | [diff] [blame] | 58 | LOCAL_CFLAGS += -DINCALL_MUSIC_ENABLED |
| 59 | LOCAL_CFLAGS += -DINCALL_STEREO_CAPTURE_ENABLED |
Xiaoyu Ye | 0afc923 | 2017-03-28 21:31:22 -0700 | [diff] [blame] | 60 | endif |
Naresh Tanniru | 42e0e60 | 2018-03-16 19:45:21 +0530 | [diff] [blame] | 61 | ifneq ($(filter sdm710,$(TARGET_BOARD_PLATFORM)),) |
| 62 | LOCAL_CFLAGS := -DPLATFORM_SDM710 |
Ramjee Singh | 4752c89 | 2019-03-25 18:02:19 +0530 | [diff] [blame] | 63 | LOCAL_CFLAGS += -DMAX_TARGET_SPECIFIC_CHANNEL_CNT="8" |
Sharad Sangle | d39232d | 2017-08-08 20:27:18 +0530 | [diff] [blame] | 64 | endif |
Ashok Sidipotu | 5accc8d | 2017-11-08 11:21:55 +0530 | [diff] [blame] | 65 | ifneq ($(filter qcs605,$(TARGET_BOARD_PLATFORM)),) |
| 66 | LOCAL_CFLAGS := -DPLATFORM_QCS605 |
Himanshu Agrawal | 05fda17 | 2019-10-01 17:24:36 +0530 | [diff] [blame] | 67 | LOCAL_CFLAGS += -DMAX_TARGET_SPECIFIC_CHANNEL_CNT="8" |
Ashok Sidipotu | 5accc8d | 2017-11-08 11:21:55 +0530 | [diff] [blame] | 68 | endif |
Vijayakumar Badiger | 3c199ff | 2019-06-15 15:19:20 -0700 | [diff] [blame] | 69 | ifneq ($(filter msmnile sdmshrike,$(TARGET_BOARD_PLATFORM)),) |
Xiaoyu Ye | 91553e6 | 2017-11-21 17:35:50 -0800 | [diff] [blame] | 70 | LOCAL_CFLAGS := -DPLATFORM_MSMNILE |
Aalique Grahame | 22e4910 | 2018-12-18 14:23:57 -0800 | [diff] [blame] | 71 | LOCAL_CFLAGS += -DMAX_TARGET_SPECIFIC_CHANNEL_CNT="4" |
| 72 | LOCAL_CFLAGS += -DINCALL_MUSIC_ENABLED |
| 73 | LOCAL_CFLAGS += -DINCALL_STEREO_CAPTURE_ENABLED |
Xiaoyu Ye | 91553e6 | 2017-11-21 17:35:50 -0800 | [diff] [blame] | 74 | endif |
Meng Wang | ef2f6e1 | 2018-10-08 13:06:05 +0800 | [diff] [blame] | 75 | ifneq ($(filter kona,$(TARGET_BOARD_PLATFORM)),) |
| 76 | LOCAL_CFLAGS := -DPLATFORM_KONA |
Aalique Grahame | ee8c0ed | 2019-02-26 14:15:52 -0800 | [diff] [blame] | 77 | LOCAL_CFLAGS += -DMAX_TARGET_SPECIFIC_CHANNEL_CNT="4" |
Aalique Grahame | b14dfdd | 2019-04-29 11:36:37 -0700 | [diff] [blame] | 78 | LOCAL_CFLAGS += -DINCALL_STEREO_CAPTURE_ENABLED |
Meng Wang | ef2f6e1 | 2018-10-08 13:06:05 +0800 | [diff] [blame] | 79 | endif |
Tanya Dixit | 6e3bccc | 2018-04-05 13:42:18 +0530 | [diff] [blame] | 80 | ifneq ($(filter $(MSMSTEPPE) ,$(TARGET_BOARD_PLATFORM)),) |
| 81 | LOCAL_CFLAGS := -DPLATFORM_MSMSTEPPE |
Ramjee Singh | 970ad43 | 2019-03-13 10:28:43 +0530 | [diff] [blame] | 82 | LOCAL_CFLAGS += -DMAX_TARGET_SPECIFIC_CHANNEL_CNT="4" |
Tanya Dixit | 6e3bccc | 2018-04-05 13:42:18 +0530 | [diff] [blame] | 83 | endif |
Hari Veerubhotla | e56a5fa | 2018-10-14 16:52:10 +0530 | [diff] [blame] | 84 | ifneq ($(filter $(TRINKET) ,$(TARGET_BOARD_PLATFORM)),) |
| 85 | LOCAL_CFLAGS := -DPLATFORM_TRINKET |
Ramjee Singh | 970ad43 | 2019-03-13 10:28:43 +0530 | [diff] [blame] | 86 | LOCAL_CFLAGS += -DMAX_TARGET_SPECIFIC_CHANNEL_CNT="4" |
Hari Veerubhotla | e56a5fa | 2018-10-14 16:52:10 +0530 | [diff] [blame] | 87 | endif |
Manisha Agarwal | 888e976 | 2019-02-27 22:18:49 +0530 | [diff] [blame] | 88 | ifneq ($(filter lito,$(TARGET_BOARD_PLATFORM)),) |
| 89 | LOCAL_CFLAGS := -DPLATFORM_LITO |
Preetam Singh Ranawat | 7f875d4 | 2019-05-29 13:50:00 +0530 | [diff] [blame] | 90 | LOCAL_CFLAGS += -DMAX_TARGET_SPECIFIC_CHANNEL_CNT="4" |
Kunlei Zhang | 8609456 | 2019-07-12 16:23:33 +0800 | [diff] [blame] | 91 | LOCAL_CFLAGS += -DINCALL_STEREO_CAPTURE_ENABLED |
Manisha Agarwal | 888e976 | 2019-02-27 22:18:49 +0530 | [diff] [blame] | 92 | endif |
Manisha Agarwal | 13c65ae | 2019-05-16 10:48:28 +0800 | [diff] [blame] | 93 | ifneq ($(filter atoll,$(TARGET_BOARD_PLATFORM)),) |
| 94 | LOCAL_CFLAGS := -DPLATFORM_ATOLL |
| 95 | LOCAL_CFLAGS += -DMAX_TARGET_SPECIFIC_CHANNEL_CNT="4" |
Faiz Nabi Kuchay | 536d7b9 | 2019-08-05 20:36:31 +0530 | [diff] [blame] | 96 | LOCAL_CFLAGS += -DINCALL_STEREO_CAPTURE_ENABLED |
Manisha Agarwal | 13c65ae | 2019-05-16 10:48:28 +0800 | [diff] [blame] | 97 | endif |
Arusha Goyal | fda2915 | 2016-12-26 10:53:39 +0530 | [diff] [blame] | 98 | ifneq ($(filter sdm660,$(TARGET_BOARD_PLATFORM)),) |
Dhananjay Kumar | d3ab9f4 | 2016-07-20 17:05:47 +0530 | [diff] [blame] | 99 | LOCAL_CFLAGS := -DPLATFORM_MSMFALCON |
Sujin Panicker | b904fbe | 2019-04-04 13:28:07 +0530 | [diff] [blame] | 100 | LOCAL_CFLAGS += -DMAX_TARGET_SPECIFIC_CHANNEL_CNT="8" |
| 101 | endif |
| 102 | ifneq ($(filter msm8937,$(TARGET_BOARD_PLATFORM)),) |
| 103 | LOCAL_CFLAGS := -DPLATFORM_MSM8937 |
| 104 | LOCAL_CFLAGS += -DMAX_TARGET_SPECIFIC_CHANNEL_CNT="8" |
Dhananjay Kumar | d3ab9f4 | 2016-07-20 17:05:47 +0530 | [diff] [blame] | 105 | endif |
Naresh Tanniru | db72d1e | 2014-03-05 17:33:47 +0530 | [diff] [blame] | 106 | endif |
Naresh Tanniru | 8b919ac | 2014-01-30 19:12:53 +0530 | [diff] [blame] | 107 | |
Derek Chen | 3e5b30a | 2018-10-24 01:04:25 -0700 | [diff] [blame] | 108 | ifeq ($(TARGET_BOARD_AUTO),true) |
| 109 | LOCAL_CFLAGS += -DPLATFORM_AUTO |
| 110 | endif |
| 111 | |
Bruce Levy | cea5f17 | 2018-01-31 16:06:04 -0800 | [diff] [blame] | 112 | LOCAL_CFLAGS += -Wno-macro-redefined |
| 113 | |
Pallavi | 009b521 | 2020-10-01 22:53:09 +0530 | [diff] [blame] | 114 | LOCAL_HEADER_LIBRARIES := \ |
| 115 | libhardware_headers \ |
| 116 | libhardware_legacy_headers |
Revathi Uddaraju | e8bd13c | 2018-04-02 21:27:54 +0530 | [diff] [blame] | 117 | |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 118 | LOCAL_SRC_FILES := \ |
Weiyin Jiang | e6ce631 | 2019-01-28 18:28:22 +0800 | [diff] [blame] | 119 | audio_hw.c \ |
Arun Mirpuri | e008ed2 | 2019-03-21 11:21:04 -0700 | [diff] [blame] | 120 | acdb.c \ |
Weiyin Jiang | e6ce631 | 2019-01-28 18:28:22 +0800 | [diff] [blame] | 121 | platform_info.c \ |
| 122 | $(AUDIO_PLATFORM)/platform.c \ |
Arun Mirpuri | e008ed2 | 2019-03-21 11:21:04 -0700 | [diff] [blame] | 123 | voice.c |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 124 | |
Subhash Chandra Bose Naripeddy | 19dc03b | 2014-03-10 14:43:05 -0700 | [diff] [blame] | 125 | LOCAL_SRC_FILES += audio_extn/audio_extn.c \ |
Weiyin Jiang | e6ce631 | 2019-01-28 18:28:22 +0800 | [diff] [blame] | 126 | audio_extn/audio_hidl.cpp \ |
Arun Mirpuri | e008ed2 | 2019-03-21 11:21:04 -0700 | [diff] [blame] | 127 | audio_extn/compress_in.c \ |
Arun Mirpuri | b1bec9c | 2019-01-29 16:42:45 -0800 | [diff] [blame] | 128 | audio_extn/fm.c \ |
Arun Mirpuri | e008ed2 | 2019-03-21 11:21:04 -0700 | [diff] [blame] | 129 | audio_extn/keep_alive.c \ |
| 130 | audio_extn/source_track.c \ |
| 131 | audio_extn/usb.c \ |
| 132 | audio_extn/utils.c \ |
Arun Mirpuri | b1bec9c | 2019-01-29 16:42:45 -0800 | [diff] [blame] | 133 | voice_extn/compress_voip.c \ |
Arun Mirpuri | e008ed2 | 2019-03-21 11:21:04 -0700 | [diff] [blame] | 134 | voice_extn/voice_extn.c |
Bharath Gopal | 01310bb | 2016-12-05 15:39:32 +0530 | [diff] [blame] | 135 | |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 136 | LOCAL_SHARED_LIBRARIES := \ |
Arun Mirpuri | e008ed2 | 2019-03-21 11:21:04 -0700 | [diff] [blame] | 137 | libbase \ |
Aalique Grahame | 22e4910 | 2018-12-18 14:23:57 -0800 | [diff] [blame] | 138 | liblog \ |
| 139 | libcutils \ |
| 140 | libtinyalsa \ |
Arun Mirpuri | b1bec9c | 2019-01-29 16:42:45 -0800 | [diff] [blame] | 141 | libtinycompress \ |
Aalique Grahame | 22e4910 | 2018-12-18 14:23:57 -0800 | [diff] [blame] | 142 | libaudioroute \ |
| 143 | libdl \ |
| 144 | libaudioutils \ |
Aniket Kumar Lata | 808e8d6 | 2019-01-28 22:54:28 -0800 | [diff] [blame] | 145 | libexpat \ |
Weiyin Jiang | e6ce631 | 2019-01-28 18:28:22 +0800 | [diff] [blame] | 146 | libhidlbase \ |
Arun Mirpuri | e008ed2 | 2019-03-21 11:21:04 -0700 | [diff] [blame] | 147 | libprocessgroup \ |
Pallavi | 009b521 | 2020-10-01 22:53:09 +0530 | [diff] [blame] | 148 | libutils \ |
| 149 | libhardware_legacy |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 150 | |
| 151 | LOCAL_C_INCLUDES += \ |
Aalique Grahame | 22e4910 | 2018-12-18 14:23:57 -0800 | [diff] [blame] | 152 | external/tinyalsa/include \ |
| 153 | external/tinycompress/include \ |
| 154 | system/media/audio_utils/include \ |
| 155 | external/expat/lib \ |
Aniket Kumar Lata | 808e8d6 | 2019-01-28 22:54:28 -0800 | [diff] [blame] | 156 | vendor/qcom/opensource/core-utils/fwk-detect \ |
Pallavi | 009b521 | 2020-10-01 22:53:09 +0530 | [diff] [blame] | 157 | $(TOP)/hardware/libhardware_legacy/include/hardware_legacy \ |
Aalique Grahame | 22e4910 | 2018-12-18 14:23:57 -0800 | [diff] [blame] | 158 | $(call include-path-for, audio-route) \ |
| 159 | $(call include-path-for, audio-effects) \ |
| 160 | $(LOCAL_PATH)/$(AUDIO_PLATFORM) \ |
| 161 | $(LOCAL_PATH)/audio_extn \ |
| 162 | $(LOCAL_PATH)/voice_extn |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 163 | |
Arun Mirpuri | e008ed2 | 2019-03-21 11:21:04 -0700 | [diff] [blame] | 164 | LOCAL_C_INCLUDES += $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr/include |
| 165 | LOCAL_C_INCLUDES += $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr/techpack/audio/include |
| 166 | LOCAL_ADDITIONAL_DEPENDENCIES += $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr |
| 167 | |
| 168 | |
| 169 | # Hardware specific feature |
| 170 | ifeq ($(strip $(AUDIO_FEATURE_ENABLED_DLKM)),true) |
| 171 | LOCAL_HEADER_LIBRARIES += audio_kernel_headers |
| 172 | LOCAL_C_INCLUDES += $(TARGET_OUT_INTERMEDIATES)/vendor/qcom/opensource/audio-kernel/include |
| 173 | endif |
| 174 | |
Weiyin Jiang | ebfa050 | 2019-07-18 17:24:21 +0800 | [diff] [blame] | 175 | ifeq ($(strip $(AUDIO_FEATURE_ENABLED_EXTENDED_COMPRESS_FORMAT)),true) |
| 176 | LOCAL_CFLAGS += -DENABLE_EXTENDED_COMPRESS_FORMAT |
| 177 | endif |
| 178 | |
Arun Mirpuri | e008ed2 | 2019-03-21 11:21:04 -0700 | [diff] [blame] | 179 | LOCAL_CFLAGS += -DUSE_VENDOR_EXTN |
| 180 | |
| 181 | # Legacy feature |
| 182 | ifdef MULTIPLE_HW_VARIANTS_ENABLED |
| 183 | LOCAL_CFLAGS += -DHW_VARIANTS_ENABLED |
| 184 | LOCAL_SRC_FILES += $(AUDIO_PLATFORM)/hw_info.c |
| 185 | endif |
| 186 | |
| 187 | # Legacy feature |
| 188 | ifeq ($(strip $(AUDIO_FEATURE_ENABLED_DTS_EAGLE)),true) |
| 189 | LOCAL_CFLAGS += -DDTS_EAGLE |
| 190 | LOCAL_SRC_FILES += audio_extn/dts_eagle.c |
| 191 | endif |
| 192 | |
| 193 | # Legacy feature |
| 194 | ifeq ($(strip $(DOLBY_DDP)),true) |
| 195 | LOCAL_CFLAGS += -DDS1_DOLBY_DDP_ENABLED |
| 196 | LOCAL_SRC_FILES += audio_extn/dolby.c |
| 197 | endif |
| 198 | |
| 199 | # Legacy feature |
| 200 | ifeq ($(strip $(DS1_DOLBY_DAP)),true) |
| 201 | LOCAL_CFLAGS += -DDS1_DOLBY_DAP_ENABLED |
| 202 | ifneq ($(strip $(DOLBY_DDP)),true) |
| 203 | LOCAL_SRC_FILES += audio_extn/dolby.c |
| 204 | endif |
| 205 | endif |
| 206 | |
| 207 | # Legacy feature |
| 208 | ifeq ($(strip $(AUDIO_FEATURE_ENABLED_DS2_DOLBY_DAP)),true) |
| 209 | LOCAL_CFLAGS += -DDS2_DOLBY_DAP_ENABLED |
| 210 | LOCAL_CFLAGS += -DDS1_DOLBY_DDP_ENABLED |
| 211 | ifneq ($(strip $(DOLBY_DDP)),true) |
| 212 | ifneq ($(strip $(DS1_DOLBY_DAP)),true) |
| 213 | LOCAL_SRC_FILES += audio_extn/dolby.c |
| 214 | endif |
| 215 | endif |
| 216 | endif |
| 217 | |
| 218 | # NonLA feature |
| 219 | ifeq ($(strip $(AUDIO_FEATURE_ENABLED_QAF)),true) |
| 220 | LOCAL_CFLAGS += -DQAF_EXTN_ENABLED |
| 221 | LOCAL_C_INCLUDES += $(TARGET_OUT_HEADERS)/mm-audio/qaf/ |
| 222 | LOCAL_SRC_FILES += audio_extn/qaf.c |
| 223 | endif |
| 224 | |
| 225 | # Hardware specific feature |
Sidipotu Ashok | d2f10ba | 2019-05-06 15:41:56 +0530 | [diff] [blame] | 226 | ifeq ($(strip $(AUDIO_FEATURE_ENABLED_QAP)),true) |
| 227 | LOCAL_CFLAGS += -DQAP_EXTN_ENABLED -Wno-tautological-pointer-compare |
| 228 | LOCAL_SRC_FILES += audio_extn/qap.c |
| 229 | LOCAL_C_INCLUDES += $(TARGET_OUT_HEADERS)/mm-audio/qap_wrapper/ |
| 230 | LOCAL_HEADER_LIBRARIES += audio_qaf_headers |
| 231 | LOCAL_SHARED_LIBRARIES += libqap_wrapper liblog |
Arun Mirpuri | e008ed2 | 2019-03-21 11:21:04 -0700 | [diff] [blame] | 232 | endif |
| 233 | |
Kiran Kandi | 910e186 | 2013-10-29 13:29:42 -0700 | [diff] [blame] | 234 | ifeq ($(strip $(AUDIO_FEATURE_ENABLED_LISTEN)),true) |
| 235 | LOCAL_CFLAGS += -DAUDIO_LISTEN_ENABLED |
| 236 | LOCAL_C_INCLUDES += $(TARGET_OUT_HEADERS)/mm-audio/audio-listen |
| 237 | LOCAL_SRC_FILES += audio_extn/listen.c |
| 238 | endif |
| 239 | |
Arun Mirpuri | e008ed2 | 2019-03-21 11:21:04 -0700 | [diff] [blame] | 240 | # Hardware specific feature |
Srinivas Rao Narne | 8ff4db5 | 2018-01-25 16:04:44 -0800 | [diff] [blame] | 241 | ifeq ($(TARGET_COMPILE_WITH_MSM_KERNEL),true) |
Aalique Grahame | 22e4910 | 2018-12-18 14:23:57 -0800 | [diff] [blame] | 242 | LOCAL_C_INCLUDES += $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr/include |
Srinivas Rao Narne | 8ff4db5 | 2018-01-25 16:04:44 -0800 | [diff] [blame] | 243 | LOCAL_C_INCLUDES += $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr/techpack/audio/include |
Satish Babu Patakokila | 1d3b15d | 2018-07-03 17:09:40 +0530 | [diff] [blame] | 244 | LOCAL_ADDITIONAL_DEPENDENCIES += $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr |
Srinivas Rao Narne | 8ff4db5 | 2018-01-25 16:04:44 -0800 | [diff] [blame] | 245 | endif |
| 246 | |
Arun Mirpuri | e008ed2 | 2019-03-21 11:21:04 -0700 | [diff] [blame] | 247 | # Legacy feature |
Aalique Grahame | 22e4910 | 2018-12-18 14:23:57 -0800 | [diff] [blame] | 248 | ifeq ($(strip $(AUDIO_FEATURE_SUPPORTED_EXTERNAL_BT)),true) |
| 249 | LOCAL_CFLAGS += -DEXTERNAL_BT_SUPPORTED |
| 250 | endif |
| 251 | |
Arun Mirpuri | e008ed2 | 2019-03-21 11:21:04 -0700 | [diff] [blame] | 252 | # Legacy feature |
Aalique Grahame | 22e4910 | 2018-12-18 14:23:57 -0800 | [diff] [blame] | 253 | ifeq ($(strip $(AUDIO_FEATURE_FLICKER_SENSOR_INPUT)),true) |
| 254 | LOCAL_CFLAGS += -DFLICKER_SENSOR_INPUT |
| 255 | endif |
| 256 | |
Arun Mirpuri | e008ed2 | 2019-03-21 11:21:04 -0700 | [diff] [blame] | 257 | # Legacy feature |
Aalique Grahame | 22e4910 | 2018-12-18 14:23:57 -0800 | [diff] [blame] | 258 | ifeq ($(strip $(AUDIO_FEATURE_NO_AUDIO_OUT)),true) |
| 259 | LOCAL_CFLAGS += -DNO_AUDIO_OUT |
| 260 | endif |
| 261 | |
Arun Mirpuri | e008ed2 | 2019-03-21 11:21:04 -0700 | [diff] [blame] | 262 | # NonLA feature |
Ashish Jain | 81eb2a8 | 2015-05-13 10:52:34 +0530 | [diff] [blame] | 263 | ifeq ($(strip $(AUDIO_FEATURE_ENABLED_EXT_HDMI)),true) |
| 264 | LOCAL_CFLAGS += -DAUDIO_EXTERNAL_HDMI_ENABLED |
Sujin Panicker | b904fbe | 2019-04-04 13:28:07 +0530 | [diff] [blame] | 265 | LOCAL_C_INCLUDES += $(TARGET_OUT_HEADERS)/mm-audio/audio-parsers |
| 266 | LOCAL_SHARED_LIBRARIES += libaudioparsers |
Ashish Jain | 81eb2a8 | 2015-05-13 10:52:34 +0530 | [diff] [blame] | 267 | endif |
| 268 | |
Arun Mirpuri | e008ed2 | 2019-03-21 11:21:04 -0700 | [diff] [blame] | 269 | # Hardware specific feature |
Ravi Kumar Alamanda | 8fa6b19 | 2014-09-09 16:06:42 -0700 | [diff] [blame] | 270 | ifeq ($(strip $(BOARD_SUPPORTS_SOUND_TRIGGER)),true) |
Banajit Goswami | 710f353 | 2016-08-28 14:48:33 -0700 | [diff] [blame] | 271 | ST_FEATURE_ENABLE := true |
| 272 | endif |
| 273 | |
Arun Mirpuri | e008ed2 | 2019-03-21 11:21:04 -0700 | [diff] [blame] | 274 | # Hardware specific feature |
Banajit Goswami | 710f353 | 2016-08-28 14:48:33 -0700 | [diff] [blame] | 275 | ifeq ($(strip $(BOARD_SUPPORTS_SOUND_TRIGGER_HAL)),true) |
| 276 | ST_FEATURE_ENABLE := true |
| 277 | endif |
| 278 | |
Arun Mirpuri | e008ed2 | 2019-03-21 11:21:04 -0700 | [diff] [blame] | 279 | # Hardware specific feature |
Banajit Goswami | 710f353 | 2016-08-28 14:48:33 -0700 | [diff] [blame] | 280 | ifeq ($(ST_FEATURE_ENABLE), true) |
Ravi Kumar Alamanda | 8fa6b19 | 2014-09-09 16:06:42 -0700 | [diff] [blame] | 281 | LOCAL_CFLAGS += -DSOUND_TRIGGER_ENABLED |
| 282 | LOCAL_CFLAGS += -DSOUND_TRIGGER_PLATFORM_NAME=$(TARGET_BOARD_PLATFORM) |
| 283 | LOCAL_C_INCLUDES += $(TARGET_OUT_HEADERS)/mm-audio/sound_trigger |
| 284 | LOCAL_SRC_FILES += audio_extn/soundtrigger.c |
Aalique Grahame | 22e4910 | 2018-12-18 14:23:57 -0800 | [diff] [blame] | 285 | ifneq ($(filter msm8996,$(TARGET_BOARD_PLATFORM)),) |
| 286 | LOCAL_HEADER_LIBRARIES += sound_trigger.primary_headers |
| 287 | endif |
Ravi Kumar Alamanda | 8fa6b19 | 2014-09-09 16:06:42 -0700 | [diff] [blame] | 288 | endif |
| 289 | |
Arun Mirpuri | e008ed2 | 2019-03-21 11:21:04 -0700 | [diff] [blame] | 290 | # Legacy feature |
Damir Didjusto | f1d46c7 | 2013-11-06 17:59:04 -0800 | [diff] [blame] | 291 | ifeq ($(strip $(AUDIO_FEATURE_ENABLED_AUXPCM_BT)),true) |
| 292 | LOCAL_CFLAGS += -DAUXPCM_BT_ENABLED |
| 293 | endif |
| 294 | |
Arun Mirpuri | e008ed2 | 2019-03-21 11:21:04 -0700 | [diff] [blame] | 295 | # Legacy feature |
Preetam Singh Ranawat | 2d0e463 | 2015-02-02 12:40:59 +0530 | [diff] [blame] | 296 | ifeq ($(strip $(AUDIO_FEATURE_ENABLED_PM_SUPPORT)),true) |
| 297 | LOCAL_CFLAGS += -DPM_SUPPORT_ENABLED |
| 298 | LOCAL_SRC_FILES += audio_extn/pm.c |
| 299 | LOCAL_C_INCLUDES += $(TARGET_OUT_HEADERS)/libperipheralclient/inc |
| 300 | LOCAL_SHARED_LIBRARIES += libperipheral_client |
| 301 | endif |
| 302 | |
Shiv Maliyappanahalli | c065640 | 2016-09-03 14:13:26 -0700 | [diff] [blame] | 303 | |
Arun Mirpuri | e008ed2 | 2019-03-21 11:21:04 -0700 | [diff] [blame] | 304 | # Hardare specific featre |
Weiyin Jiang | aa80acd | 2016-09-21 16:42:11 +0800 | [diff] [blame] | 305 | ifeq ($(strip $(AUDIO_FEATURE_ENABLED_GEF_SUPPORT)),true) |
| 306 | LOCAL_CFLAGS += -DAUDIO_GENERIC_EFFECT_FRAMEWORK_ENABLED |
| 307 | LOCAL_SRC_FILES += audio_extn/gef.c |
| 308 | endif |
| 309 | |
Arun Mirpuri | e008ed2 | 2019-03-21 11:21:04 -0700 | [diff] [blame] | 310 | # Hardware specific feature |
Ben Romberger | d771a7c | 2017-02-22 18:05:17 -0800 | [diff] [blame] | 311 | ifeq ($(strip $($AUDIO_FEATURE_ADSP_HDLR_ENABLED)),true) |
| 312 | LOCAL_CFLAGS += -DAUDIO_EXTN_ADSP_HDLR_ENABLED |
| 313 | LOCAL_SRC_FILES += audio_extn/adsp_hdlr.c |
| 314 | endif |
| 315 | |
Arun Mirpuri | e008ed2 | 2019-03-21 11:21:04 -0700 | [diff] [blame] | 316 | |
Revathi Uddaraju | 1eac8b0 | 2017-05-18 17:13:33 +0530 | [diff] [blame] | 317 | ifeq ($(strip $(AUDIO_FEATURE_ENABLED_DYNAMIC_LOG)), true) |
| 318 | LOCAL_CFLAGS += -DDYNAMIC_LOG_ENABLED |
| 319 | LOCAL_C_INCLUDES += $(TARGET_OUT_HEADERS)/mm-audio/audio-log-utils |
| 320 | LOCAL_SHARED_LIBRARIES += libaudio_log_utils |
| 321 | endif |
| 322 | |
Arun Mirpuri | e008ed2 | 2019-03-21 11:21:04 -0700 | [diff] [blame] | 323 | # Hardware specific feature |
Aditya Bavanari | 29bcea2 | 2017-10-03 20:10:35 +0530 | [diff] [blame] | 324 | ifeq ($(strip $(AUDIO_FEATURE_ENABLED_INSTANCE_ID)), true) |
| 325 | LOCAL_CFLAGS += -DINSTANCE_ID_ENABLED |
| 326 | endif |
| 327 | |
Arun Mirpuri | e008ed2 | 2019-03-21 11:21:04 -0700 | [diff] [blame] | 328 | # Legacy feature |
Dhanalakshmi Siddani | 57b014e | 2018-04-23 12:52:02 +0530 | [diff] [blame] | 329 | ifeq ($(strip $(AUDIO_FEATURE_ENABLED_KEEP_ALIVE_ARM_FFV)), true) |
Dhanalakshmi Siddani | 30e06a2 | 2018-03-27 23:11:34 +0530 | [diff] [blame] | 330 | LOCAL_CFLAGS += -DRUN_KEEP_ALIVE_IN_ARM_FFV |
| 331 | endif |
| 332 | |
Arun Mirpuri | e008ed2 | 2019-03-21 11:21:04 -0700 | [diff] [blame] | 333 | # Legacy feature |
Dhanalakshmi Siddani | 57b014e | 2018-04-23 12:52:02 +0530 | [diff] [blame] | 334 | ifeq ($(strip $(AUDIO_FEATURE_ENABLED_FFV)), true) |
Dhanalakshmi Siddani | 30e06a2 | 2018-03-27 23:11:34 +0530 | [diff] [blame] | 335 | LOCAL_CFLAGS += -DFFV_ENABLED |
Dhanalakshmi Siddani | 57b014e | 2018-04-23 12:52:02 +0530 | [diff] [blame] | 336 | LOCAL_C_INCLUDES += $(TARGET_OUT_HEADERS)/mm-audio-noship/include/ffv |
Dhanalakshmi Siddani | 30e06a2 | 2018-03-27 23:11:34 +0530 | [diff] [blame] | 337 | LOCAL_SRC_FILES += audio_extn/ffv.c |
| 338 | endif |
| 339 | |
Arun Mirpuri | e008ed2 | 2019-03-21 11:21:04 -0700 | [diff] [blame] | 340 | # Hardware Specific feature |
Weiyin Jiang | e6ce631 | 2019-01-28 18:28:22 +0800 | [diff] [blame] | 341 | ifeq ($(strip $(AUDIO_FEATURE_ENABLED_AHAL_EXT)),true) |
| 342 | LOCAL_CFLAGS += -DAHAL_EXT_ENABLED |
| 343 | LOCAL_SHARED_LIBRARIES += vendor.qti.hardware.audiohalext@1.0 |
| 344 | endif |
| 345 | |
Daniel Hillenbrand | c16d8dd | 2013-05-23 10:10:00 +0530 | [diff] [blame] | 346 | ifneq ($(strip $(AUDIO_FEATURE_ENABLED_EXT_AMPLIFIER)),false) |
| 347 | LOCAL_CFLAGS += -DEXT_AMPLIFIER_ENABLED |
| 348 | LOCAL_SRC_FILES += audio_extn/audio_amplifier.c |
| 349 | LOCAL_SHARED_LIBRARIES += libhardware |
| 350 | endif |
| 351 | |
Balázs Triszka | a68afd5 | 2017-05-11 03:19:29 +0200 | [diff] [blame] | 352 | ifeq ($(strip $(AUDIO_FEATURE_ELLIPTIC_ULTRASOUND_SUPPORT)),true) |
| 353 | LOCAL_CFLAGS += -DELLIPTIC_ULTRASOUND_ENABLED |
| 354 | LOCAL_SRC_FILES += audio_extn/ultrasound.c |
| 355 | endif |
| 356 | |
Dhanalakshmi Siddani | 999d564 | 2019-03-22 15:27:44 +0530 | [diff] [blame] | 357 | LOCAL_CFLAGS += -D_GNU_SOURCE |
Satya Krishna Pindiproli | f1cd92b | 2016-04-14 19:05:23 +0530 | [diff] [blame] | 358 | LOCAL_CFLAGS += -Wall -Werror |
Alexy Joseph | b137994 | 2016-01-29 15:49:38 -0800 | [diff] [blame] | 359 | |
Pig | ed65f58 | 2020-09-19 08:57:38 +0800 | [diff] [blame] | 360 | LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH) |
Mingming Yin | 5b7c0b3 | 2014-08-04 15:49:24 -0700 | [diff] [blame] | 361 | |
Vatsal Bucha | c09ae06 | 2018-11-14 13:25:08 +0530 | [diff] [blame] | 362 | ifeq ($(strip $(AUDIO_FEATURE_ENABLED_GCOV)),true) |
| 363 | LOCAL_CFLAGS += --coverage -fprofile-arcs -ftest-coverage |
| 364 | LOCAL_CPPFLAGS += --coverage -fprofile-arcs -ftest-coverage |
| 365 | LOCAL_STATIC_LIBRARIES += libprofile_rt |
| 366 | endif |
| 367 | |
Arun Mirpuri | e008ed2 | 2019-03-21 11:21:04 -0700 | [diff] [blame] | 368 | #ifeq ($(strip $(AUDIO_FEATURE_ENABLED_AUTO_HAL)),true) |
| 369 | # LOCAL_CFLAGS += -DAUDIO_EXTN_AUTO_HAL_ENABLED |
| 370 | # LOCAL_SRC_FILES += audio_extn/auto_hal.c |
| 371 | #endif |
Derek Chen | d253007 | 2014-11-24 12:39:14 -0800 | [diff] [blame] | 372 | |
Steven Moreland | 49fcc63 | 2019-10-01 11:03:23 -0700 | [diff] [blame] | 373 | LOCAL_SHARED_LIBRARIES += libbase libhidlbase libutils android.hardware.power@1.2 liblog |
Wei Wang | 16cc094 | 2020-02-03 12:09:08 -0800 | [diff] [blame] | 374 | |
Jeongik Cha | d36de3b | 2021-01-28 00:49:48 +0900 | [diff] [blame] | 375 | LOCAL_SHARED_LIBRARIES += android.hardware.power-V1-ndk_platform |
Wei Wang | 16cc094 | 2020-02-03 12:09:08 -0800 | [diff] [blame] | 376 | LOCAL_SHARED_LIBRARIES += libbinder_ndk |
| 377 | |
vivek mehta | d15d2bf | 2019-05-17 13:35:10 -0700 | [diff] [blame] | 378 | LOCAL_SRC_FILES += audio_perf.cpp |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 379 | |
Rahul Sharma | 9977098 | 2019-03-06 17:05:26 +0530 | [diff] [blame] | 380 | ifeq ($(strip $(AUDIO_FEATURE_ENABLED_FM_TUNER_EXT)),true) |
| 381 | LOCAL_CFLAGS += -DFM_TUNER_EXT_ENABLED |
| 382 | endif |
| 383 | |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 384 | LOCAL_MODULE := audio.primary.$(TARGET_BOARD_PLATFORM) |
| 385 | |
| 386 | LOCAL_MODULE_RELATIVE_PATH := hw |
| 387 | |
| 388 | LOCAL_MODULE_TAGS := optional |
| 389 | |
Aalique Grahame | 22e4910 | 2018-12-18 14:23:57 -0800 | [diff] [blame] | 390 | LOCAL_MODULE_OWNER := qti |
| 391 | |
Naresh Tanniru | 10758b6 | 2017-06-05 21:05:53 +0530 | [diff] [blame] | 392 | LOCAL_VENDOR_MODULE := true |
| 393 | |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 394 | include $(BUILD_SHARED_LIBRARY) |
| 395 | |
Soumil Shah | 196157e | 2018-01-22 17:39:48 -0800 | [diff] [blame] | 396 | LOCAL_CFLAGS += -Wno-unused-variable |
| 397 | LOCAL_CFLAGS += -Wno-sign-compare |
| 398 | LOCAL_CFLAGS += -Wno-unused-parameter |
| 399 | LOCAL_CFLAGS += -Wno-unused-label |
| 400 | LOCAL_CFLAGS += -Wno-gnu-designator |
| 401 | LOCAL_CFLAGS += -Wno-typedef-redefinition |
| 402 | LOCAL_CFLAGS += -Wno-shorten-64-to-32 |
| 403 | LOCAL_CFLAGS += -Wno-tautological-compare |
| 404 | LOCAL_CFLAGS += -Wno-unused-function |
| 405 | LOCAL_CFLAGS += -Wno-unused-local-typedef |
| 406 | |
Ravi Kumar Alamanda | 2dfba2b | 2013-01-17 16:50:22 -0800 | [diff] [blame] | 407 | endif |
Naresh Tanniru | f129015 | 2018-11-27 12:16:45 +0530 | [diff] [blame] | 408 | endif |